mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #4445 from LLK/release/2020-09-24
[Develop]Release/2020 09 24
This commit is contained in:
commit
a23415f3e6
1 changed files with 1 additions and 1 deletions
|
@ -141,6 +141,6 @@ stages:
|
||||||
- name: test
|
- name: test
|
||||||
if: type != cron
|
if: type != cron
|
||||||
- name: smoke
|
- name: smoke
|
||||||
if: type NOT IN (cron, pull_request) AND (branch =~ /^(develop|master|release|hotfix/)/)
|
if: type NOT IN (cron, pull_request)
|
||||||
- name: update translations
|
- name: update translations
|
||||||
if: branch == develop AND type == cron
|
if: branch == develop AND type == cron
|
||||||
|
|
Loading…
Reference in a new issue