Restore CI execution per commit
As scheduled only works on the base branch anyway See gh-32436
This commit is contained in:
parent
b82a0dd31a
commit
cd5758e610
|
|
@ -1,7 +1,8 @@
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '30 9 * * *'
|
branches:
|
||||||
|
- 6.1.x
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue