ci: avoid running workflow when merging translation PRs + use npm ci instead of install

This commit is contained in:
Anton B 2023-08-23 11:36:10 -03:00
parent 63bd9e71af
commit e114b4bc63

View File

@ -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
'