Skip to content

Commit

Permalink
Don't run CodSpeed on merge_group events (#1305)
Browse files Browse the repository at this point in the history
It's not supported.
  • Loading branch information
hynek committed Jul 17, 2024
1 parent 3df6017 commit 0a09c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
codspeed:
name: Run CodSpeed benchmarks
runs-on: ubuntu-latest
if: github.event_name != 'merge_group'

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 0a09c1a

Please sign in to comment.