We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357ad6f commit b638b5cCopy full SHA for b638b5c
.github/workflows/check-release-notes.yml
@@ -12,10 +12,10 @@ on:
12
# and against master branch otherwise (to apply up-to-date rules)
13
#
14
# paths should be the same as in [check-release-notes-scripts.yml]
15
- paths-ignore:
16
- - '.github/workflows/check-release-notes-reusable.yml'
17
- - '.github/workflows/check-release-notes-reusable-check.yml'
18
- - 'changelog.main.kts'
+ # paths-ignore:
+ # - '.github/workflows/check-release-notes-reusable.yml'
+ # - '.github/workflows/check-release-notes-reusable-check.yml'
+ # - 'changelog.main.kts'
19
20
jobs:
21
check:
0 commit comments