Skip to content

Commit

Permalink
Rename check_branch.master to pull_request.check_branch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
k0kubun committed Aug 14, 2019
1 parent c8f9759 commit 8be5216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_branch.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8be5216

Please sign in to comment.