From 8cf328d31437ca7d844e5cb3757e23949a9f2605 Mon Sep 17 00:00:00 2001 From: Justin Wiley Date: Wed, 3 Mar 2021 16:07:05 -0800 Subject: [PATCH] Howaboutthis? --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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