mirror of
https://github.com/asterisk/asterisk
synced 2026-08-07 10:32:13 -04:00
.github: Set exit 0 in CherryPick and Recheck workflow Cleanup steps
This commit is contained in:
parent
67ad0448ed
commit
6a2a320de9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/OnPRCherryPickTest.yml
vendored
4
.github/workflows/OnPRCherryPickTest.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
4
.github/workflows/OnPRRecheck.yml
vendored
4
.github/workflows/OnPRRecheck.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue