daily.yml: Simplify

This commit is contained in:
Anmol Sethi 2022-12-01 05:34:34 -08:00
parent 264a164cf6
commit 8a7f9589f6
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -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