Skip to content

Commit

Permalink
test job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chapi authored and chapi committed Jun 28, 2023
1 parent 65e677a commit 9989dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Run Zap Scan for PR
runs-on: ubuntu-latest
needs: deploy
if: github.event_name = 'push'
if: github.event_name == 'push'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 9989dbb

Please sign in to comment.