Skip to content

Commit

Permalink
Update .github/workflows/check-migrations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Apr 20, 2024
1 parent 6189159 commit 20f121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Disable the spec version check when we dont want to release.
# The program prints either `1` or `0`.
if [ "$(.github/changelog-processor.py CHANGELOG.md --should-release)" = "1" ]; then
if [ "$(.github/changelog-processor.py CHANGELOG.md --should-release)" = "0" ]; then
EXTRA_FLAGS+=" --disable-spec-version-check"
echo "Disabling the spec version check since we are not releasing"
else
Expand Down

0 comments on commit 20f121c

Please sign in to comment.