Skip to content

Commit 9299a47

Browse files
committed
Remove fail_fast strategies
1 parent 836d40e commit 9299a47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ jobs:
392392
if: needs.job_build.outputs.changed_bun == 'true' || github.event_name != 'pull_request'
393393
timeout-minutes: 10
394394
runs-on: ubuntu-24.04
395-
strategy:
396-
fail-fast: false
397395
steps:
398396
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
399397
uses: actions/checkout@v4
@@ -419,8 +417,6 @@ jobs:
419417
if: needs.job_build.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
420418
timeout-minutes: 10
421419
runs-on: ubuntu-24.04
422-
strategy:
423-
fail-fast: false
424420
steps:
425421
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
426422
uses: actions/checkout@v4

0 commit comments

Comments
 (0)