Skip to content

Commit

Permalink
Don't fail workflow if benchmarks fail
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Jan 31, 2025
1 parent 2461fd0 commit 9148a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ jobs:

bench:
needs: publish-release
continue-on-error: true
name: Run benchmarks
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 9148a62

Please sign in to comment.