Skip to content

Commit

Permalink
chore(ci): only deploy and release after bandit sast
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jul 25, 2024
1 parent d8c8024 commit c6be878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

deploy:
name: Deploy Image
needs: changelog
needs: [changelog, bandit]
if: github.event_name != 'pull_request' && needs.changelog.outputs.skipped == 'false'
runs-on: ubuntu-latest

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

release:
name: Release
needs: changelog
needs: [changelog, bandit]
if: github.event_name != 'pull_request' && needs.changelog.outputs.skipped == 'false'
runs-on: ubuntu-latest

Expand Down

0 comments on commit c6be878

Please sign in to comment.