.github: Set exit 0 in CherryPick and Recheck workflow Cleanup steps

(cherry picked from commit aff11f717f)
releases/21
George Joseph 4 months ago committed by Asterisk Development Team
parent 42ae9c9e98
commit c38c3de063

@ -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

@ -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

Loading…
Cancel
Save