Commit 7673ad3
Erik Westrup
feat: Allow triggering test and validate workflow manually
It will be easier debugging issues on checks failing on PRs by running
triggering them on the default branch, to rule out if the problem is
only in the PR or also on the default branch.
Documentation:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
Part of #3951 parent 64db0f9 commit 7673ad3
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments