Skip to content

Commit 4caf6ef

Browse files
committed
Do not skip integration tests on PRs
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent ef67b81 commit 4caf6ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

validation/test.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ if [[ $TEST_MODE == 'test_docs' ]]; then
6262

6363
fi
6464

65-
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
66-
if [ "$(jq -r '.pull_request.head.repo.fork' $GITHUB_EVENT_PATH)" = "true" ]; then
67-
echo "Skipping cloud integration tests on external PR event"
68-
exit 0
69-
fi
70-
fi
71-
7265
#
7366
# AWS Batch tests
7467
#

0 commit comments

Comments
 (0)