Skip to content

Commit

Permalink
fix: turn grinder back on for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Mar 3, 2025
1 parent a447ad7 commit 7e4c9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

ci-grind:
runs-on: ubuntu-latest
if: github.event_name == 'merge_group'
if: github.event_name == 'merge_group' || (github.event_name == 'push' && github.ref_name == 'master')
strategy:
matrix:
number: [1, 2, 3, 4, 5]
Expand Down

0 comments on commit 7e4c9af

Please sign in to comment.