Skip to content

Commit 5a5562a

Browse files
Merge pull request devcontainers#207 from devcontainers/samruddhikhandale/update-action
Update dev Action: Set fail-fast: false
2 parents 9dbf0b9 + f743e22 commit 5a5562a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57]
1515
page-total: [57]
16-
fail-fast: true
16+
fail-fast: false
1717
runs-on: devcontainer-image-builder-ubuntu
1818
steps:
1919
- name: Free more space

0 commit comments

Comments
 (0)