Skip to content

Commit

Permalink
Restore CI execution per commit
Browse files Browse the repository at this point in the history
As scheduled only works on the base branch anyway

See gh-32436
  • Loading branch information
snicoll committed Mar 14, 2024
1 parent b82a0dd commit cd5758e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI
on:
schedule:
- cron: '30 9 * * *'
push:
branches:
- 6.1.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down

0 comments on commit cd5758e

Please sign in to comment.