We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfbde4 commit 132b6e1Copy full SHA for 132b6e1
1 file changed
tests/test-pr-loop-3-stophook.sh
@@ -15,8 +15,8 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
15
source "$SCRIPT_DIR/test-helpers.sh"
16
source "$SCRIPT_DIR/test-pr-loop-lib.sh"
17
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"
+if [[ "${GITHUB_ACTIONS:-}" == "true" ]]; then
+ skip "PR Loop Stop Hook Tests" "Skipped in GitHub Actions"
20
print_test_summary "PR Loop Stop Hook Tests"
21
exit 0
22
fi
0 commit comments