Merge pull request #8602 from MikeMcQuaid/reduce-workflows-frequency

workflows: reduce scheduled PR workflow's frequency.
This commit is contained in:
Mike McQuaid 2020-09-04 16:55:34 +01:00 committed by GitHub
commit 6f6f760cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'