summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2022-11-05 16:48:29 -0400
committerJames Socol <me@jamessocol.com>2022-11-05 16:48:36 -0400
commitb73d2d4dd4b98e7fedff6075d5181724bab85025 (patch)
tree5db4dd2a273031797808c85e9f42db9148efb97a
parent39a0d6d9c5f9882b8d791b3b926e74a9111ccc4e (diff)
downloadpystatsd-b73d2d4dd4b98e7fedff6075d5181724bab85025.tar.gz
Use different names for different workflows
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/pr.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a4a4653..6fd6ea6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: tox
+name: CI
on:
push:
branches:
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 5c8a829..904644d 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -1,4 +1,4 @@
-name: tox
+name: Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]