Skip to content

Commit 9f6cb6e

Browse files
committed
ci: run test each commit on branch push
1 parent 184159e commit 9f6cb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test-each-commit:
3232
name: 'test each commit'
3333
runs-on: ubuntu-24.04
34-
if: github.event_name == 'pull_request' && github.event.pull_request.commits != 1
34+
if: github.event.pull_request.commits != 1
3535
timeout-minutes: 360 # Use maximum time, see https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes. Assuming a worst case time of 1 hour per commit, this leads to a --max-count=6 below.
3636
env:
3737
MAX_COUNT: 6

0 commit comments

Comments
 (0)