Skip to content

Commit 7cfbde4

Browse files
author
zenus
committed
Skip stophook CI test on forks
1 parent 3c3c0e9 commit 7cfbde4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/test-pr-loop-3-stophook.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
1515
source "$SCRIPT_DIR/test-helpers.sh"
1616
source "$SCRIPT_DIR/test-pr-loop-lib.sh"
1717

18+
if [[ "${GITHUB_ACTIONS:-}" == "true" ]] && [[ "${GITHUB_REPOSITORY:-}" != "humania-org/humanize" ]]; then
19+
skip "PR Loop Stop Hook Tests" "Claude bot integration is only configured on humania-org/humanize; skipping in fork CI"
20+
print_test_summary "PR Loop Stop Hook Tests"
21+
exit 0
22+
fi
23+
1824
init_pr_loop_test_env
1925

2026
source "$SCRIPT_DIR/test-pr-loop-stophook.sh"

0 commit comments

Comments
 (0)