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 1515
1616jobs :
1717 prep_pr :
18- if : github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target '
18+ if : github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request '
1919 runs-on :
2020 group : zephyr-runner-v2-linux-x64-4xlarge
2121 container :
Original file line number Diff line number Diff line change 1313 upload-to-elasticsearch :
1414 if : |
1515 github.repository == 'zephyrproject-rtos/zephyr' &&
16- github.event.workflow_run.event != 'pull_request_target '
16+ github.event.workflow_run.event != 'pull_request '
1717 env :
1818 ELASTICSEARCH_KEY : ${{ secrets.ELASTICSEARCH_KEY }}
1919 ELASTICSEARCH_SERVER : " https://elasticsearch.zephyrproject.io:443"
Original file line number Diff line number Diff line change 66 - main
77 - v*-branch
88 - collab-*
9- pull_request_target :
9+ pull_request :
1010 branches :
1111 - main
1212 - v*-branch
8080
8181 - name : Environment Setup
8282 run : |
83- if [ "${{github.event_name}}" = "pull_request_target " ]; then
83+ if [ "${{github.event_name}}" = "pull_request " ]; then
8484 git config --global user.email "[email protected] " 8585 git config --global user.name "Zephyr Builder"
8686 rm -fr ".git/rebase-apply"
@@ -141,7 +141,7 @@ jobs:
141141 fi
142142 fi
143143
144- - if : github.event_name == 'pull_request_target '
144+ - if : github.event_name == 'pull_request '
145145 name : Run Tests with Twister (Pull Request)
146146 id : run_twister_pr
147147 run : |
You can’t perform that action at this time.
0 commit comments