We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b935bd7 commit 50bd8e7Copy full SHA for 50bd8e7
.github/workflows/build-test.yaml
@@ -412,8 +412,10 @@ jobs:
412
runs-on: "depot-ubuntu-24.04-8"
413
timeout-minutes: 30
414
needs: "paths-filter"
415
+ # Benchmarks on Main are ran through a different workflow
416
if: |
- needs.paths-filter.outputs.codechange == 'true'
417
+ needs.paths-filter.outputs.codechange == 'true' &&
418
+ github.ref_name != 'main'
419
steps:
420
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
421
with:
0 commit comments