mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
move benchmarks to another repo
This commit is contained in:
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@@ -300,7 +300,9 @@ jobs:
|
|||||||
|
|
||||||
benchmarks:
|
benchmarks:
|
||||||
# `!failure() && !cancelled()` is required because the workflow depends on the job that can be skipped: `deploy` in PRs
|
# `!failure() && !cancelled()` is required because the workflow depends on the job that can be skipped: `deploy` in PRs
|
||||||
if: github.ref_name == 'main' || (contains(github.event.pull_request.labels.*.name, 'run-benchmarks') && !failure() && !cancelled())
|
# if: github.ref_name == 'main' || (contains(github.event.pull_request.labels.*.name, 'run-benchmarks') && !failure() && !cancelled())
|
||||||
|
# moved to another repo
|
||||||
|
if: false
|
||||||
needs: [ check-permissions, build-build-tools-image, get-benchmarks-durations, deploy ]
|
needs: [ check-permissions, build-build-tools-image, get-benchmarks-durations, deploy ]
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # aws-actions/configure-aws-credentials
|
id-token: write # aws-actions/configure-aws-credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user