mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
This commit is contained in:
parent
c8f97596b7
commit
8be521662d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check_branch.yml
vendored
4
.github/workflows/check_branch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue