Skip to content

Commit 132b6e1

Browse files
author
zenus
committed
Skip stophook test in GitHub Actions
1 parent 7cfbde4 commit 132b6e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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"
18+
if [[ "${GITHUB_ACTIONS:-}" == "true" ]]; then
19+
skip "PR Loop Stop Hook Tests" "Skipped in GitHub Actions"
2020
print_test_summary "PR Loop Stop Hook Tests"
2121
exit 0
2222
fi

0 commit comments

Comments
 (0)