Skip to content

Commit

Permalink
dont release before scan success
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 22, 2023
1 parent 52e408e commit 6ab86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
release:
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: build
needs: [build, scan]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6ab86b7

Please sign in to comment.