mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
circle rename build_pr job to build_no_cache and rename build_pr workflow
This commit is contained in:
parent
8fbb87acb8
commit
bfbbc71489
1 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ aliases:
|
|||
keys:
|
||||
- v1-build-{{ .Revision }}
|
||||
- v1-build-
|
||||
- &build_pr
|
||||
- &build_no_cache
|
||||
<<: *defaults
|
||||
resource_class: medium+
|
||||
steps:
|
||||
|
@ -156,8 +156,8 @@ jobs:
|
|||
<<: *integration_jest
|
||||
update-translations:
|
||||
<<: *update-translations
|
||||
build-pr:
|
||||
<<: *build_pr
|
||||
build-no-cache:
|
||||
<<: *build_no_cache
|
||||
|
||||
workflows:
|
||||
build-test-deploy:
|
||||
|
@ -240,9 +240,9 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- develop
|
||||
build-test-pr:
|
||||
build-test-no-deploy:
|
||||
jobs:
|
||||
- build-pr:
|
||||
- build-no-cache:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
|
|
Loading…
Reference in a new issue