зеркало из https://github.com/github/ruby.git
Revert an unneeded if on check_misc
nobu says he wants to run this on [DOC] commits as well.
This commit is contained in:
Родитель
13dafb210e
Коммит
985b0244da
|
@ -15,14 +15,6 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: >-
|
||||
${{!(false
|
||||
|| contains(github.event.head_commit.message, '[DOC]')
|
||||
|| contains(github.event.pull_request.title, '[DOC]')
|
||||
|| contains(github.event.pull_request.labels.*.name, 'Documentation')
|
||||
|| (github.event_name == 'push' && github.actor == 'dependabot[bot]')
|
||||
)}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
with:
|
||||
|
|
Загрузка…
Ссылка в новой задаче