mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update check_changelog.yml
This commit is contained in:
parent
7c91d90a11
commit
b0bd212607
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check_changelog.yml
vendored
4
.github/workflows/check_changelog.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
!( contains(github.event.pull_request.title, '[changelog skip]')
|
||||
|| contains(github.event.pull_request.title, '[skip changelog]')
|
||||
!( contains(github.event.pull_request.title, '[changelog skip]') ||
|
||||
contains(github.event.pull_request.title, '[skip changelog]'))
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue