ci: avoid running workflow when merging translation PRs + use npm ci instead of install
This commit is contained in:
parent
63bd9e71af
commit
e114b4bc63
3
.github/workflows/automated-tests.yml
vendored
3
.github/workflows/automated-tests.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**/*.md"
|
||||
- "bigbluebutton-html5/public/locales/*.json"
|
||||
permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
@ -289,7 +290,7 @@ jobs:
|
||||
working-directory: ./bigbluebutton-tests/playwright
|
||||
run: |
|
||||
sh -c '
|
||||
npm install
|
||||
npm ci
|
||||
npx playwright install-deps
|
||||
npx playwright install
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user