Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Oct 22, 2024
1 parent 3360c52 commit f315387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ permissions:
jobs:
check_changelog:
# no need to check for dependency updates via dependabot
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && !contains(github.head_ref, 'dependabot')
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && !contains(github.ref_name, 'dependabot')
runs-on: ubuntu-latest
env:
NO_CHANGELOG: '[x] No CHANGELOG update needed'
steps:
- name: Debug
uses: raven-actions/debug@v1
- name: Get changed files
id: files
uses: Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c # v2.3.0
Expand Down

0 comments on commit f315387

Please sign in to comment.