Skip to content

Commit b638b5c

Browse files
committed
Refactor
1 parent 357ad6f commit b638b5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-release-notes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212
# and against master branch otherwise (to apply up-to-date rules)
1313
#
1414
# 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'
15+
# paths-ignore:
16+
# - '.github/workflows/check-release-notes-reusable.yml'
17+
# - '.github/workflows/check-release-notes-reusable-check.yml'
18+
# - 'changelog.main.kts'
1919

2020
jobs:
2121
check:

0 commit comments

Comments
 (0)