From e159e6d35b87b038ce9e1daec0093e3ddb0de21f Mon Sep 17 00:00:00 2001 From: ppizarror Date: Thu, 12 Jan 2023 15:29:23 -0300 Subject: [PATCH] =?UTF-8?q?Desactiva=20eliminaci=C3=B3n=20de=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d4275c7..988fe6a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,4 @@ jobs: test: uses: ppizarror/workflow-actions/.github/workflows/test_latex.yml@master with: - file: main - - delete-artifacts: - needs: test - uses: ppizarror/workflow-actions/.github/workflows/delete_artifacts.yml@master \ No newline at end of file + file: main \ No newline at end of file