]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Set exit 0 in CherryPick and Recheck workflow Cleanup steps
authorGeorge Joseph <gjoseph@sangoma.com>
Sun, 5 Jan 2025 17:35:22 +0000 (10:35 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:39:41 +0000 (18:39 +0000)
(cherry picked from commit aff11f717f7bcc8151ff9f4a0c7a2f396e031de8)

.github/workflows/OnPRCherryPickTest.yml
.github/workflows/OnPRRecheck.yml

index f0b52f69f3ccd59ddfa2c1eaa98837955bf5eef7..6eb805752cedef36c1d1d52ee7f9eb8d9fc1011e 100644 (file)
@@ -93,7 +93,7 @@ jobs:
     secrets:
       TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  Summary:
+  Cleanup:
     if: ${{ success() || failure() }}
     runs-on: ubuntu-latest
     needs: [Setup,Check]
@@ -120,5 +120,5 @@ jobs:
             --remove-label ${{ vars.CHERRY_PICK_TESTING_IN_PROGRESS }} \
             --add-label $label \
               $PR_NUMBER || :
-          exit $rc
+          exit 0
 
index 3d0c4dd0c5e6f608ef7c93aeb1b5db6c18b2c6fd..f86e0867fa9489b766a064bedbe269ee3f22ff23 100644 (file)
@@ -59,7 +59,7 @@ jobs:
     secrets:
       TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  Summary:
+  Cleanup:
     if: ${{ success() || failure() }}
     runs-on: ubuntu-latest
     needs: [Setup,ReCheck]
@@ -86,4 +86,4 @@ jobs:
             --remove-label ${{ vars.PR_SUBMIT_TESTING_IN_PROGRESS }} \
             --add-label $label \
               $PR_NUMBER || :
-          exit $rc
+          exit 0