secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- Summary:
+ Cleanup:
if: ${{ success() || failure() }}
runs-on: ubuntu-latest
needs: [Setup,Check]
--remove-label ${{ vars.CHERRY_PICK_TESTING_IN_PROGRESS }} \
--add-label $label \
$PR_NUMBER || :
- exit $rc
+ exit 0
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
- Summary:
+ Cleanup:
if: ${{ success() || failure() }}
runs-on: ubuntu-latest
needs: [Setup,ReCheck]
--remove-label ${{ vars.PR_SUBMIT_TESTING_IN_PROGRESS }} \
--add-label $label \
$PR_NUMBER || :
- exit $rc
+ exit 0