Skip to content

Commit 6db4fcf

Browse files
authored
Do not run benchmarks on release
This is not supported by CodSpeed
1 parent 37d55c2 commit 6db4fcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272

7373
benchmarks:
7474
runs-on: ubuntu-latest
75+
if: github.event_name != 'release'
7576
steps:
7677
- uses: actions/checkout@v3
7778
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)