.github: Fix reference to CHERRY_PICK_TESTING_IN_PROGRESS

(cherry picked from commit f508ae9c63)
pull/310/head
George Joseph 2 years ago committed by Asterisk Development Team
parent 819e642c31
commit 54d872a10f

@ -90,7 +90,7 @@ jobs:
;;
skipped)
gh pr edit --repo ${{github.repository}} \
--remove-label ${{CHERRY_PICK_TESTING_IN_PROGRESS}} \
--remove-label ${{vars.CHERRY_PICK_TESTING_IN_PROGRESS}} \
--add-label ${{vars.CHERRY_PICK_CHECKS_FAILED_LABEL}} \
${{env.PR_NUMBER}} || :
echo "::notice::Unit tests were skipped because of an earlier failure"
@ -98,7 +98,7 @@ jobs:
;;
*)
gh pr edit --repo ${{github.repository}} \
--remove-label ${{CHERRY_PICK_TESTING_IN_PROGRESS}} \
--remove-label ${{vars.CHERRY_PICK_TESTING_IN_PROGRESS}} \
--add-label ${{vars.CHERRY_PICK_CHECKS_FAILED_LABEL}} \
${{env.PR_NUMBER}} || :
echo "::error::One or more tests failed ($RESULT)"

Loading…
Cancel
Save