mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
workflows: better names
This commit is contained in:
parent
277a9f8fb9
commit
f6be407df2
6 changed files with 11 additions and 10 deletions
4
.github/workflows/frontend-tests.yml
vendored
4
.github/workflows/frontend-tests.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
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: without plugins
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
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: with plugins
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue