Skip to content

Commit 6ef44fe

Browse files
committed
always run changelog.d
We've made this a required job to ensure that changelogs are always valid. But this means we can't use "paths", or PRs that don't have changelogs will stall because the changelogs job doesn't get run so it's never considered "succeeded". This job is cheap, so run it unconditionally. We already know things are currently valid, so this shouldn't produce any surprises.
1 parent 04ab16c commit 6ef44fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/changelogs.yml

-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- 'changelog.d/*'
9-
- '.github/workflows/changelogs.yml'
107
pull_request:
11-
paths:
12-
- 'changelog.d/*'
13-
- '.github/workflows/changelogs.yml'
148
release:
159
types:
1610
- created

0 commit comments

Comments
 (0)