Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-04-18 20:52:55 +0300
committerRobert Adam <dev@robert-adam.de>2021-04-18 21:31:51 +0300
commita1bdff18a332f05217274ab12789f2ccb4f75a20 (patch)
treeff54a7de2b66f9138d4b3bcbe610d4fc9acb4194
parent22383865bf4f16345774722dbcca9a8ef85a9bf0 (diff)
MAINT: Renamed CI job to "pr-checks"
-rw-r--r--.github/workflows/pr-checks.yml (renamed from .github/workflows/checks.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/pr-checks.yml
index 6a6dcaf9e..85dc39060 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/pr-checks.yml
@@ -1,9 +1,9 @@
-name: Checks
+name: PR-Checks
on: [pull_request]
jobs:
- commit-check:
+ pr-checks:
runs-on: ubuntu-20.04
steps: