Skip to content

Commit fe3cad2

Browse files
authored
Merge pull request #176 from puja-trivedi/issue175_wf_updates
changed trigger from 'pull_request' to 'pull_request_target' for test_* workflows
2 parents a0defc9 + a9cd078 commit fe3cad2

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)