Skip to content

Commit 4998927

Browse files
committed
run the correct tests in ci
1 parent 888e943 commit 4998927

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-integrations-aws.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212
# XXX: We are using `pull_request_target` instead of `pull_request` because we want
1313
# this to run on forks with access to the secrets necessary to run the test suite.
1414
# Prefer to use `pull_request` when possible.
15-
pull_request_target:
16-
types: [labeled, opened, reopened, synchronize]
15+
pull_request:
16+
# pull_request_target:
17+
# types: [labeled, opened, reopened, synchronize]
1718
# Cancel in progress workflows on pull_requests.
1819
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
1920
concurrency:

0 commit comments

Comments
 (0)