Skip to content

Commit

Permalink
Howaboutthis?
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Wiley committed Mar 4, 2021
1 parent 6db0515 commit 8cf328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cf328d

Please sign in to comment.