workflows: reduce scheduled PR workflow's frequency.
Once every 24h should be sufficient for both of these.
This commit is contained in:
parent
d8a67a8400
commit
ca7339da21
2
.github/workflows/spdx.yml
vendored
2
.github/workflows/spdx.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
branches-ignore:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 */12 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
spdx:
|
||||
if: github.repository == 'Homebrew/brew'
|
||||
|
||||
2
.github/workflows/tapioca.yml
vendored
2
.github/workflows/tapioca.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
branches-ignore:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 */12 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
tapioca:
|
||||
if: github.repository == 'Homebrew/brew'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user