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:
1818
1919jobs :
2020 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 '
2222 runs-on :
2323 group : test-runner-v2-linux-x64-4xlarge
2424 container :
Original file line number Diff line number Diff line change 1515 upload-to-elasticsearch :
1616 if : |
1717 github.repository == 'zephyrproject-rtos/zephyr' &&
18- github.event.workflow_run.event != 'pull_request_target '
18+ github.event.workflow_run.event != 'pull_request '
1919 env :
2020 ELASTICSEARCH_KEY : ${{ secrets.ELASTICSEARCH_KEY }}
2121 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
8484
8585 - name : Environment Setup
8686 run : |
87- if [ "${{github.event_name}}" = "pull_request_target " ]; then
87+ if [ "${{github.event_name}}" = "pull_request " ]; then
8888 git config --global user.email "[email protected] " 8989 git config --global user.name "Zephyr Builder"
9090 rm -fr ".git/rebase-apply"
@@ -146,7 +146,7 @@ jobs:
146146 fi
147147 fi
148148
149- - if : github.event_name == 'pull_request_target '
149+ - if : github.event_name == 'pull_request '
150150 name : Run Tests with Twister (Pull Request)
151151 id : run_twister_pr
152152 run : |
You can’t perform that action at this time.
0 commit comments