Browse Source

ci(github): do not run builds for translation PRs

master
jamaljsr 5 years ago
parent
commit
6b7cac52bc
  1. 2
      .crowdin.yml
  2. 1
      .github/workflows/main.yml

2
.crowdin.yml

@ -1,4 +1,4 @@
commit_message: 'chore(i18n): add new translations for %language%'
commit_message: '[ci skip] add new translations for %language%'
append_commit_message: false
files:
- source: /src/i18n/locales/en-US.json

1
.github/workflows/main.yml

@ -17,6 +17,7 @@ jobs:
test:
name: Run tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:

Loading…
Cancel
Save