Skip to content

Commit ce0f035

Browse files
committed
XXX check we can run on gcp-small
1 parent 484af6b commit ce0f035

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/fail.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,5 @@ jobs:
1818
- name: Fail loudly, VII
1919
run: |
2020
hostname
21-
>&2 echo 'SMALL WORKFLOW INTENTIONALLY FAILING (VII)'
22-
exit 1
23-
test-large:
24-
runs-on: gcp-large
25-
steps:
26-
- name: Fail loudly, VII
27-
run: |
28-
hostname
29-
>&2 echo 'LARGE WORKFLOW INTENTIONALLY FAILING (VII)'
21+
>&2 echo 'WORKFLOW INTENTIONALLY FAILING (VII)'
3022
exit 1

0 commit comments

Comments
 (0)