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 836d40e commit 9299a47Copy full SHA for 9299a47
.github/workflows/build.yml
@@ -392,8 +392,6 @@ jobs:
392
if: needs.job_build.outputs.changed_bun == 'true' || github.event_name != 'pull_request'
393
timeout-minutes: 10
394
runs-on: ubuntu-24.04
395
- strategy:
396
- fail-fast: false
397
steps:
398
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
399
uses: actions/checkout@v4
@@ -419,8 +417,6 @@ jobs:
419
417
if: needs.job_build.outputs.changed_deno == 'true' || github.event_name != 'pull_request'
420
418
421
422
423
424
425
426
0 commit comments