Skip to content

Commit 23b58f9

Browse files
authored
Merge pull request #13347 from Azure/runAsimSchemaAndDataTesters-pull_request
Change trigger event from pull_request_target to pull_request
2 parents ee6be74 + 6426e0b commit 23b58f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runAsimSchemaAndDataTesters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The script runs ASIM Schema and Data testers on the "eco-connector-test" workspace.
33
name: Run ASIM tests on "ASIM-SchemaDataTester-GithubShared" workspace
44
on:
5-
pull_request_target:
5+
pull_request:
66
types: [opened, edited, reopened, synchronize, labeled]
77
branches:
88
- master
@@ -419,4 +419,4 @@ jobs:
419419
echo "Downloading script from the master: $url"
420420
curl -o "$filePath" "$url"
421421
# Execute the script
422-
python "$filePath"
422+
python "$filePath"

0 commit comments

Comments
 (0)