Skip to content
Snippets Groups Projects
Commit 272fbca4 authored by George Joseph's avatar George Joseph Committed by Asterisk Development Team
Browse files

.github: Fix reference to CHERRY_PICK_TESTING_IN_PROGRESS

(cherry picked from commit fbde0a71f083684f555b559677a85a0e9cd06b59)
parent e3b9f666
No related branches found
No related tags found
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment