Skip to content

Commit

Permalink
Add dependency between workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 8, 2023
1 parent 5a3dc72 commit d69b3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bbm_check_conf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: bbm conf check
name: bbm-check-conf

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
- "master-**"
- "master.cfg"
- "rsync.exclude"
workflow_run:
workflows: ["bbm-check-conf", "pre-commit"]
types: [success]

jobs:
build:
Expand Down

0 comments on commit d69b3e4

Please sign in to comment.