summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-14 22:21:15 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-14 22:22:12 +0900
commit8be521662d1b1b0e6f791f6d9d29d529bdc427e1 (patch)
treeda764df7d3ff0d48eac79dc2b3fbc3b6572e4502 /.github
parentc8f97596b7dd6ffbeb98970f9cc664b0a8a2336e (diff)
Rename check_branch.master to pull_request.check_branch
because it's shown as just "master" on a pull request which does not have the check_branch.master job yet. "check_branch" would be easier to understand and now we can grep it from master branch.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check_branch.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check_branch.yml b/.github/workflows/check_branch.yml
index 081eb24957..5bb0e8c769 100644
--- a/.github/workflows/check_branch.yml
+++ b/.github/workflows/check_branch.yml
@@ -5,10 +5,10 @@
# Thus this check is mandatory for "other branches" to prevent us from merging them,
# because these branches are not synchronized from GitHub to cgit at all.
# Details: https://bugs.ruby-lang.org/issues/16094#note-10
-name: check_branch
+name: pull_request
on: [pull_request]
jobs:
- master:
+ check_branch:
runs-on: ubuntu-latest
steps:
- name: Check if branch is master