Skip to content

Commit a9cd078

Browse files
committed
changed trigger from 'pull_request' to 'pull_request_target: opened, synchronize' for the test_* workflows
1 parent a0defc9 commit a9cd078

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test_other_formats.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
8+
types: [opened, synchronize]
89
workflow_run:
910
workflows: [ generating yaml file ]
1011
types:

.github/workflows/tests_lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
8+
types: [opened, synchronize]
89

910
jobs:
1011
test:

.github/workflows/tests_models.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
8+
types: [opened, synchronize]
89

910
jobs:
1011
test:

0 commit comments

Comments
 (0)