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:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# daily at 00:42 to avoid hourly loads in GitHub actions
|
||||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
|
||||
- cron: '42 0 * * *'
|
||||
- cron: '42 0 * * *' # daily at 00:42
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue