workflow: try another way of shutting up l10n
This commit is contained in:
parent
cbc2f4e9e3
commit
df5e2f262f
1 changed files with 14 additions and 15 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -2,11 +2,10 @@ name: Test site build
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'l10n'
|
||||
|
||||
jobs:
|
||||
doc-test:
|
||||
if: github.ref_name != 'l10n'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue