Run CI on main only once a day

This commit is contained in:
Stéphane Nicoll
2024-03-15 08:40:09 +01:00
parent 875037c431
commit 214a54dd6f

View File

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