File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,19 @@ jobs:
50
50
echo "ZEPHYR_RUNNER_CLOUD_POD = ${ZEPHYR_RUNNER_CLOUD_POD}"
51
51
52
52
- name : Clone cached Zephyr repository
53
- if : github.event_name == 'pull_request_target'
54
53
continue-on-error : true
55
54
run : |
56
55
git clone --shared /repo-cache/zephyrproject/zephyr .
57
56
git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
58
57
59
58
- name : Checkout
60
- if : github.event_name == 'pull_request_target'
61
59
uses : actions/checkout@v4
62
60
with :
63
61
ref : ${{ github.event.pull_request.head.sha }}
64
62
fetch-depth : 0
65
63
persist-credentials : false
66
64
67
65
- name : Environment Setup
68
- if : github.event_name == 'pull_request_target'
69
66
run : |
70
67
git config --global user.email "[email protected] "
71
68
git config --global user.name "Zephyr Bot"
82
79
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
83
80
84
81
- name : Generate Test Plan with Twister
85
- if : github.event_name == 'pull_request_target'
86
82
id : test-plan
87
83
run : |
88
84
export ZEPHYR_BASE=${PWD}
You can’t perform that action at this time.
0 commit comments