Skip to content

Commit be2ad49

Browse files
committed
move benchmarks to another repo
1 parent d96cea1 commit be2ad49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ jobs:
300300
301301
benchmarks:
302302
# `!failure() && !cancelled()` is required because the workflow depends on the job that can be skipped: `deploy` in PRs
303-
if: github.ref_name == 'main' || (contains(github.event.pull_request.labels.*.name, 'run-benchmarks') && !failure() && !cancelled())
303+
# if: github.ref_name == 'main' || (contains(github.event.pull_request.labels.*.name, 'run-benchmarks') && !failure() && !cancelled())
304+
# moved to another repo
305+
if: false
304306
needs: [ check-permissions, build-build-tools-image, get-benchmarks-durations, deploy ]
305307
permissions:
306308
id-token: write # aws-actions/configure-aws-credentials

0 commit comments

Comments
 (0)