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 : test-runner-v2-linux-x64-4xlarge
2121 container :
Original file line number Diff line number Diff line change 1212 upload-to-elasticsearch :
1313 if : |
1414 github.repository == 'zephyrproject-rtos/zephyr' &&
15- github.event.workflow_run.event != 'pull_request_target '
15+ github.event.workflow_run.event != 'pull_request '
1616 env :
1717 ELASTICSEARCH_KEY : ${{ secrets.ELASTICSEARCH_KEY }}
1818 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
8181
8282 - name : Environment Setup
8383 run : |
84- if [ "${{github.event_name}}" = "pull_request_target " ]; then
84+ if [ "${{github.event_name}}" = "pull_request " ]; then
8585 git config --global user.email "[email protected] " 8686 git config --global user.name "Zephyr Builder"
8787 rm -fr ".git/rebase-apply"
@@ -143,7 +143,7 @@ jobs:
143143 fi
144144 fi
145145
146- - if : github.event_name == 'pull_request_target '
146+ - if : github.event_name == 'pull_request '
147147 name : Run Tests with Twister (Pull Request)
148148 id : run_twister_pr
149149 run : |
You can’t perform that action at this time.
0 commit comments