aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index da3fe69d5..4998dcf94 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -120,7 +120,7 @@ jobs:
120 echo "Number of changes: $CHANGES_COUNT" 120 echo "Number of changes: $CHANGES_COUNT"
121 if [ $CHANGES_COUNT -eq 0 ] && [ $MANUAL_REBUILD != "true" ]; then 121 if [ $CHANGES_COUNT -eq 0 ] && [ $MANUAL_REBUILD != "true" ]; then
122 echo "No changes found - terminating the build" 122 echo "No changes found - terminating the build"
123 echo "::set-output name=should_run::false" 123 echo "should_run=false" >> $GITHUB_OUTPUT
124 else # changes > 0 (or) MANUAL_REBUILD=true 124 else # changes > 0 (or) MANUAL_REBUILD=true
125 echo "Pushing rebased commits" 125 echo "Pushing rebased commits"
126 git push origin $(git rev-parse --abbrev-ref HEAD) --no-verify 126 git push origin $(git rev-parse --abbrev-ref HEAD) --no-verify