Commit b7d484f
authored
ci: add post-merge workflow to trigger CI after auto-merge (#56)
Auto-merge via GITHUB_TOKEN does not trigger push-event workflows on
main. This means ci.yml, security.yml, and scorecard.yml never ran
after PR #54 and #55 merged, leaving the CI badge stale (showing an
older failure).
Add a post-merge workflow that fires on pull_request.closed (merged)
and triggers all three workflows via workflow_dispatch on main.
workflow_dispatch is exempt from the GITHUB_TOKEN event suppression,
so these runs will fire reliably.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 4b77c3b commit b7d484f
2 files changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments