workflows: reduce scheduled PR workflow's frequency.

Once every 24h should be sufficient for both of these.
This commit is contained in:
Mike McQuaid 2020-09-04 14:11:23 +01:00
parent d8a67a8400
commit ca7339da21
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
branches-ignore:
- master
schedule:
- cron: '0 */12 * * *'
- cron: '0 0 * * *'
jobs:
spdx:
if: github.repository == 'Homebrew/brew'

View File

@ -6,7 +6,7 @@ on:
branches-ignore:
- master
schedule:
- cron: '0 */12 * * *'
- cron: '0 0 * * *'
jobs:
tapioca:
if: github.repository == 'Homebrew/brew'