Skip to content

Commit

Permalink
Do not run benchmarks on release
Browse files Browse the repository at this point in the history
This is not supported by CodSpeed
  • Loading branch information
padix-key authored Sep 2, 2024
1 parent 37d55c2 commit 6db4fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:

benchmarks:
runs-on: ubuntu-latest
if: github.event_name != 'release'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 6db4fcf

Please sign in to comment.