mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 20:59:14 -04:00
workflows: better names
This commit is contained in:
parent
277a9f8fb9
commit
f6be407df2
6 changed files with 11 additions and 10 deletions
3
.github/workflows/rate-limit.yml
vendored
3
.github/workflows/rate-limit.yml
vendored
|
@ -1,10 +1,11 @@
|
|||
name: "Test rate limit"
|
||||
name: "rate limit"
|
||||
|
||||
# any branch is useful for testing before a PR is submitted
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ratelimit:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue