diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8a6cc4f3..50be0880 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -80,7 +80,7 @@ jobs: needs: - test - code-scan - if: github.event.release.create + if: github.event_name == 'release' steps: - uses: actions/checkout@v2 - name: Set up Python