mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
circleci config turn off cron job
This commit is contained in:
parent
e0355ed275
commit
6f9d98a3c2
1 changed files with 0 additions and 17 deletions
|
@ -134,20 +134,3 @@ workflows:
|
|||
- develop
|
||||
- /^hotfix\/.*/
|
||||
- /^release\/.*/\
|
||||
|
||||
test-build-cron:
|
||||
triggers:
|
||||
- schedule: # every 15 minutes
|
||||
cron: "0,15,30,45 * * * *"
|
||||
filters:
|
||||
branches:
|
||||
only: circleci-project-setup
|
||||
jobs:
|
||||
- build-staging:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-staging
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- circleci-project-setup # remove this before releasing
|
||||
|
|
Loading…
Reference in a new issue