Unverified Commit 389d02aa authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #3657 from LLK/revert-3656-revert-3651-travis-cron

Revert "Revert "attempt to get travis cron job to only run translations""
parents 1e48a9cb 5122922e
......@@ -135,13 +135,12 @@ jobs:
- master
- stage: smoke
script: npm run test:integration:remote
- stage: update translations
script: npm run i18n:push
stages:
- test
- name: test
if: type != cron
- name: smoke
if: type != pull_request
- provider: script
on:
branch: develop
condition: $TRAVIS_EVENT_TYPE == cron
skip_cleanup: true
script: npm run i18n:push
if: type NOT IN (cron, pull_request)
- name: update translations
if: branch == develop AND type == cron
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment