Skip to content

Commit

Permalink
Update check_changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Feb 15, 2021
1 parent 7c91d90 commit b0bd212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0bd212

Please sign in to comment.