From 67c4ba62943668fd48bd663aa69ebe11e8ae9845 Mon Sep 17 00:00:00 2001 From: Fabio Muratore Date: Wed, 20 Mar 2024 17:49:32 +0100 Subject: [PATCH] Commented out if for testing the workflow --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1bd75960c..f005e85ed 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,9 +17,9 @@ jobs: cd: name: CD runs-on: ubuntu-latest - if: | - github.event_name == 'push' || - (github.event_name == 'pull_request' && github.event.pull_request.draft == false) +# if: | +# github.event_name == 'push' || +# (github.event_name == 'pull_request' && github.event.pull_request.draft == false) steps: - name: Checkout