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 38d310f commit e8c3e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy

on:
workflow_call:
push:
branches:
- "*"
Expand Down
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: .github/workflows/deploy.yml
needs: [Deploy]
if: github.event_name == 'push'
steps:
- name: Checkout
Expand Down

0 comments on commit e8c3e8c

Please sign in to comment.