mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
.github: Fix reference to CHERRY_PICK_TESTING_IN_PROGRESS
(cherry picked from commit f508ae9c63
)
This commit is contained in:
committed by
Asterisk Development Team
parent
819e642c31
commit
54d872a10f
4
.github/workflows/CherryPickTest.yml
vendored
4
.github/workflows/CherryPickTest.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
;;
|
;;
|
||||||
skipped)
|
skipped)
|
||||||
gh pr edit --repo ${{github.repository}} \
|
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}} \
|
--add-label ${{vars.CHERRY_PICK_CHECKS_FAILED_LABEL}} \
|
||||||
${{env.PR_NUMBER}} || :
|
${{env.PR_NUMBER}} || :
|
||||||
echo "::notice::Unit tests were skipped because of an earlier failure"
|
echo "::notice::Unit tests were skipped because of an earlier failure"
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
gh pr edit --repo ${{github.repository}} \
|
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}} \
|
--add-label ${{vars.CHERRY_PICK_CHECKS_FAILED_LABEL}} \
|
||||||
${{env.PR_NUMBER}} || :
|
${{env.PR_NUMBER}} || :
|
||||||
echo "::error::One or more tests failed ($RESULT)"
|
echo "::error::One or more tests failed ($RESULT)"
|
||||||
|
Reference in New Issue
Block a user