Restore CI execution per commit

As scheduled only works on the base branch anyway

See gh-32436
This commit is contained in:
Stéphane Nicoll 2024-03-14 15:28:23 +01:00
parent b82a0dd31a
commit cd5758e610
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
name: CI
on:
schedule:
- cron: '30 9 * * *'
push:
branches:
- 6.1.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs: