We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b798365 commit e47befeCopy full SHA for e47befe
.github/workflows/build.yml
@@ -415,8 +415,6 @@ jobs:
415
if: needs.job_build.outputs.changed_bun == 'true' || github.event_name != 'pull_request'
416
timeout-minutes: 10
417
runs-on: ubuntu-24.04
418
- strategy:
419
- fail-fast: false
420
steps:
421
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
422
uses: actions/checkout@v4
@@ -442,8 +440,6 @@ jobs:
442
440
if: needs.job_build.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
443
441
444
445
446
447
448
449
0 commit comments