mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
use name in test stage
This commit is contained in:
parent
bbae4570e0
commit
5122922e36
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ jobs:
|
||||||
- stage: update translations
|
- stage: update translations
|
||||||
script: npm run i18n:push
|
script: npm run i18n:push
|
||||||
stages:
|
stages:
|
||||||
- test
|
- name: test
|
||||||
if: type != cron
|
if: type != cron
|
||||||
- name: smoke
|
- name: smoke
|
||||||
if: type NOT IN (cron, pull_request)
|
if: type NOT IN (cron, pull_request)
|
||||||
|
|
Loading…
Reference in a new issue