chore: dont run nightly jobs for everything

Refs: a71c814d19
This commit is contained in:
Samuel Attard 2018-10-10 16:37:59 +11:00 committed by GitHub
parent 33abd736e9
commit ed065f0106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1086,14 +1086,14 @@ workflows:
- mas-testing
nightly-release-test:
# triggers:
# - schedule:
# cron: "0 0 * * *"
# filters:
# branches:
# only:
# - master
# - *chromium-upgrade-branches
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
- *chromium-upgrade-branches
jobs:
- linux-checkout