mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
circleci config turn off build cron
This commit is contained in:
parent
d8b0195c87
commit
5f824d97dd
1 changed files with 0 additions and 48 deletions
|
@ -242,51 +242,3 @@ workflows:
|
|||
# - develop
|
||||
# - /^hotfix\/.*/
|
||||
# - /^release\/.*/
|
||||
test-multi-job-with-translate-cron-4:
|
||||
triggers:
|
||||
- schedule: # every 15 minutes
|
||||
cron: "0,15,30,45 * * * *"
|
||||
filters:
|
||||
branches:
|
||||
only: circleCI-improve-build
|
||||
jobs:
|
||||
- setup:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-staging
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- /^hotfix\/.*/
|
||||
- /^release\/.*/
|
||||
- master
|
||||
- circleCI-improve-build
|
||||
- lint:
|
||||
context:
|
||||
- scratch-www-all
|
||||
requires:
|
||||
- setup
|
||||
- unit-jest:
|
||||
context:
|
||||
- scratch-www-all
|
||||
requires:
|
||||
- setup
|
||||
- unit-tap:
|
||||
context:
|
||||
- scratch-www-all
|
||||
requires:
|
||||
- setup
|
||||
- build-staging:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-staging
|
||||
requires:
|
||||
- setup
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- /^hotfix\/.*/
|
||||
- /^release\/.*/
|
||||
- circleCI-improve-build
|
||||
|
|
Loading…
Reference in a new issue