Skip to content

Commit

Permalink
workflows: do not run CHANGELOG check if not needed
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Apr 24, 2024
1 parent 6abc124 commit 12524f6
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 12524f6

Please sign in to comment.