Commit 4ff9c01
authored
Prevent WARP preview workflows from running automatically (#970)
Due to a known issue where WARP preview workflow stalls the machine
indefinitely (#772)
this PR disables the WARP preview builds from running automatically when
modified by a PR.
PRs like #935 and
#769 have popped up to
update/modify the WARP preview workflows and caused the machine to stall
-- preventing it from running its usual scheduled jobs or other PRs.1 parent c2a0daa commit 4ff9c01
File tree
2 files changed
+8
-6
lines changed- .github/workflows
2 files changed
+8
-6
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments