daily.yml: Simplify
This commit is contained in:
parent
264a164cf6
commit
8a7f9589f6
1 changed files with 1 additions and 3 deletions
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
|
|
@ -2,9 +2,7 @@ name: daily
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# daily at 00:42 to avoid hourly loads in GitHub actions
|
- cron: '42 0 * * *' # daily at 00:42
|
||||||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
|
|
||||||
- cron: '42 0 * * *'
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}
|
group: ${{ github.workflow }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue