Skip to content

Commit e47befe

Browse files
committed
unnecessary fields
1 parent b798365 commit e47befe

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
@@ -415,8 +415,6 @@ jobs:
415415
if: needs.job_build.outputs.changed_bun == 'true' || github.event_name != 'pull_request'
416416
timeout-minutes: 10
417417
runs-on: ubuntu-24.04
418-
strategy:
419-
fail-fast: false
420418
steps:
421419
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
422420
uses: actions/checkout@v4
@@ -442,8 +440,6 @@ jobs:
442440
if: needs.job_build.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
443441
timeout-minutes: 10
444442
runs-on: ubuntu-24.04
445-
strategy:
446-
fail-fast: false
447443
steps:
448444
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
449445
uses: actions/checkout@v4

0 commit comments

Comments
 (0)