File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
18
18
19
19
jobs :
20
20
prep_pr :
21
- if : github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target '
21
+ if : github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request '
22
22
runs-on :
23
23
group : zephyr-runner-v2-linux-x64-4xlarge
24
24
container :
Original file line number Diff line number Diff line change 15
15
upload-to-elasticsearch :
16
16
if : |
17
17
github.repository == 'zephyrproject-rtos/zephyr' &&
18
- github.event.workflow_run.event != 'pull_request_target '
18
+ github.event.workflow_run.event != 'pull_request '
19
19
env :
20
20
ELASTICSEARCH_KEY : ${{ secrets.ELASTICSEARCH_KEY }}
21
21
ELASTICSEARCH_SERVER : " https://elasticsearch.zephyrproject.io:443"
Original file line number Diff line number Diff line change 6
6
- main
7
7
- v*-branch
8
8
- collab-*
9
- pull_request_target :
9
+ pull_request :
10
10
branches :
11
11
- main
12
12
- v*-branch
84
84
85
85
- name : Environment Setup
86
86
run : |
87
- if [ "${{github.event_name}}" = "pull_request_target " ]; then
87
+ if [ "${{github.event_name}}" = "pull_request " ]; then
88
88
git config --global user.email "[email protected] "
89
89
git config --global user.name "Zephyr Builder"
90
90
rm -fr ".git/rebase-apply"
@@ -146,7 +146,7 @@ jobs:
146
146
fi
147
147
fi
148
148
149
- - if : github.event_name == 'pull_request_target '
149
+ - if : github.event_name == 'pull_request '
150
150
name : Run Tests with Twister (Pull Request)
151
151
id : run_twister_pr
152
152
run : |
You can’t perform that action at this time.
0 commit comments