.github: Fix reference to CHERRY_PICK_TESTING_IN_PROGRESS

This commit is contained in:
George Joseph
2023-05-02 14:09:47 -06:00
parent aced9046ca
commit fbde0a71f0

View File

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