Skip to content

Commit 5be0c21

Browse files
committed
Let a push to this branch start the sweep
`workflow_dispatch` is only offered for workflows on the repository's default branch, and this one is deliberately not there: it lives on a branch of its own so it stays out of PR warp-tech#2397. A push to that branch is the trigger left, and it suits a job that takes hours across eight runners — a sweep is something you ask for, not something that happens to you.
1 parent fee3586 commit 5be0c21

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/mutation-matrix.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
name: Mutation matrix
2323

2424
on:
25+
# A `workflow_dispatch` is only offered for workflows that exist on the
26+
# repository's default branch, and this one deliberately does not: it lives on
27+
# a branch of its own so it stays out of PR #2397. Firing on a push to that
28+
# branch is what is left, and it is enough — a sweep is something you ask for.
29+
push:
30+
branches: [tooling/mutation-matrix]
2531
pull_request:
2632
schedule:
2733
# Off the hour: every repository that asks for "nightly" gets 0 3 * * *.

0 commit comments

Comments
 (0)