Skip to content

Commit

Permalink
ci: fix if in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 authored Oct 23, 2023
1 parent 1f277d0 commit cd3bafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
benchmarks:
name: Benchmarks
if: startsWith(github.ref, 'refs/heads/renovate') == false
if: startsWith(github.head_ref, 'renovate/') == false
runs-on: ubuntu-22.04
permissions:
pull-requests: write
Expand Down

0 comments on commit cd3bafd

Please sign in to comment.