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: branches-ignore:
- master - master
schedule: schedule:
- cron: '0 */12 * * *' - cron: '0 0 * * *'
jobs: jobs:
spdx: spdx:
if: github.repository == 'Homebrew/brew' if: github.repository == 'Homebrew/brew'

View File

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