1
0
Fork 0
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:
MSP-Greg 2021-02-15 17:13:10 -06:00
parent 7c91d90a11
commit b0bd212607
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18

View file

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