Revert an unneeded if on check_misc
nobu says he wants to run this on [DOC] commits as well.
This commit is contained in:
parent
13dafb210e
commit
985b0244da
8
.github/workflows/check_misc.yml
vendored
8
.github/workflows/check_misc.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user