mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
don't run on PRs from forks
This commit is contained in:
parent
f8630b11c0
commit
277a9f8fb9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/frontend-tests.yml
vendored
4
.github/workflows/frontend-tests.yml
vendored
|
@ -5,6 +5,8 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
withoutplugins:
|
withoutplugins:
|
||||||
|
# don't run on PRs from forks
|
||||||
|
if: github.event.pull_request.head.repo.full_name == 'ether/etherpad-lite' || github.event_name == 'push'
|
||||||
name: Frontend tests without plugins
|
name: Frontend tests without plugins
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -41,6 +43,8 @@ jobs:
|
||||||
tests/frontend/travis/runner.sh
|
tests/frontend/travis/runner.sh
|
||||||
|
|
||||||
withplugins:
|
withplugins:
|
||||||
|
# don't run on PRs from forks
|
||||||
|
if: github.event.pull_request.head.repo.full_name == 'ether/etherpad-lite' || github.event_name == 'push'
|
||||||
name: Frontend tests with plugins
|
name: Frontend tests with plugins
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue