mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Do not push NEWS update to pull-request
This commit is contained in:
parent
1eafa85206
commit
bf1444e500
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/bundled_gems.yml
vendored
2
.github/workflows/bundled_gems.yml
vendored
|
@ -128,4 +128,4 @@ jobs:
|
|||
EMAIL: svn-admin@ruby-lang.org
|
||||
GIT_AUTHOR_NAME: git
|
||||
GIT_COMMITTER_NAME: git
|
||||
if: ${{ steps.show.outcome == 'failure' }}
|
||||
if: ${{ github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull') && steps.show.outcome == 'failure' }}
|
||||
|
|
2
.github/workflows/check_misc.yml
vendored
2
.github/workflows/check_misc.yml
vendored
|
@ -93,4 +93,4 @@ jobs:
|
|||
EMAIL: svn-admin@ruby-lang.org
|
||||
GIT_AUTHOR_NAME: git
|
||||
GIT_COMMITTER_NAME: git
|
||||
if: ${{ steps.diff.outcome == 'failure' }}
|
||||
if: ${{ github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull') && steps.diff.outcome == 'failure' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue