Revert an unneeded if on check_misc

nobu says he wants to run this on [DOC] commits as well.
This commit is contained in:
Takashi Kokubun 2023-10-14 23:27:01 -07:00
Родитель 13dafb210e
Коммит 985b0244da
1 изменённых файлов: 0 добавлений и 8 удалений

8
.github/workflows/check_misc.yml поставляемый
Просмотреть файл

@ -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: