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 9989dbb commit 38d310f
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 @@ -12,7 +12,7 @@ jobs:
zap_scan:
name: Run Zap Scan for PR
runs-on: ubuntu-latest
needs: deploy
needs: .github/workflows/deploy.yml
if: github.event_name == 'push'
steps:
- name: Checkout
Expand Down

0 comments on commit 38d310f

Please sign in to comment.