Skip to content

Commit

Permalink
Merge pull request #76 from projectsyn/fix/benchmark-ci
Browse files Browse the repository at this point in the history
Only run benchmark CI job if we have a base branch to compare to
  • Loading branch information
simu authored Jan 11, 2024
2 parents 77f3833 + 45b0a4b commit 1383a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

benchmarks:
runs-on: ubuntu-latest
if: github.base_ref != ''
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 1383a1b

Please sign in to comment.