Skip to content

Commit

Permalink
Make Static Code Checks Etc fail if the ./changelog folder is out…
Browse files Browse the repository at this point in the history
…-of-date (#14003)

Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Sep 18, 2023
1 parent 4ef052f commit 9bed61e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
release_notes:
- 'changelog/**'
- './go/tools/releases/**'
- '.github/workflows/static_checks_etc.yml'
- name: Set up Go
if: steps.skip-workflow.outputs.skip-workflow == 'false' && (steps.changes.outputs.go_files == 'true' || steps.changes.outputs.parser_changes == 'true' || steps.changes.outputs.proto_changes == 'true')
Expand Down Expand Up @@ -218,3 +219,4 @@ jobs:
echo 'Running `go run ./go/tools/releases/releases.go` on CI yields the following changes:'
echo "$output"
echo ""
exit 1

0 comments on commit 9bed61e

Please sign in to comment.