Commit 1c84371
authored
ci: Allow manually dispatching the master Checks workflow (#828)
## Summary
Adds `workflow_dispatch` to `CI (master)` so the `Checks` suite can be
re-run manually on the same commit when the push-triggered run is lost —
e.g. during a GitHub outage. The `doc_release` / `beta_release` jobs are
gated on `github.event_name == 'push'` so manual dispatches only re-run
the checks and never re-publish.
The redundant `workflow_dispatch` trigger on `_checks.yaml` is removed:
dispatching it directly produced check-run names without the `Checks /`
prefix, so the `wait-for-checks` gate in the manual release workflows
wouldn't recognize them anyway.
Mirrors apify/crawlee-python#1917.
## How to use
When a push-triggered Checks run on `master` is missing, go to **Actions
→ CI (master) → Run workflow** on `master`. Once it succeeds, the manual
release workflows' `wait-for-checks` gate will be satisfied.1 parent eddbb42 commit 1c84371
2 files changed
Lines changed: 26 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
14 | 7 | | |
15 | 8 | | |
16 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
15 | 25 | | |
16 | 26 | | |
17 | 27 | | |
18 | | - | |
19 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
23 | | - | |
24 | | - | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| |||
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
39 | | - | |
| 50 | + | |
40 | 51 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
46 | 59 | | |
47 | 60 | | |
48 | 61 | | |
| |||
0 commit comments