Skip to content

Commit

Permalink
Merge pull request #115 from nspcc-dev/improve-changelog-check
Browse files Browse the repository at this point in the history
workflows: do not run CHANGELOG check if not needed
  • Loading branch information
roman-khimov committed Apr 27, 2024
2 parents 6abc124 + 12524f6 commit 96105d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- 'workflows'
- 'formal-models'

jobs:
build:
check:
name: Check for CHANGELOG updates
runs-on: ubuntu-latest
name: Check for updates
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 96105d0

Please sign in to comment.