Skip to content

Commit

Permalink
Fix YAML formatting (heroku#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Feb 4, 2021
1 parent 1f59972 commit bcae21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [opened, reopened, edited, synchronize]
jobs:
build:
if: !contains(github.event.issue.labels.*.name, "dependencies")
if: |
!contains(github.event.pull_request.labels.*.name, 'dependencies')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit bcae21a

Please sign in to comment.