From 358a93252cc366eac27875ca5a7d9e300fc6342e Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Fri, 15 Sep 2023 19:39:09 -0400 Subject: [PATCH] Make Static Code Checks Etc fail if the release folder is out-of-date Signed-off-by: Florent Poinsard --- .github/workflows/static_checks_etc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static_checks_etc.yml b/.github/workflows/static_checks_etc.yml index 5ad5f7ec730..3f18e6582b2 100644 --- a/.github/workflows/static_checks_etc.yml +++ b/.github/workflows/static_checks_etc.yml @@ -218,3 +218,4 @@ jobs: echo 'Running `go run ./go/tools/releases/releases.go` on CI yields the following changes:' echo "$output" echo "" + exit 1