Skip to content

Commit 2617f9f

Browse files
committed
wip
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8bc3513 commit 2617f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/twister.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@ jobs:
5757
echo "ZEPHYR_RUNNER_CLOUD_POD = ${ZEPHYR_RUNNER_CLOUD_POD}"
5858
5959
- name: Clone cached Zephyr repository
60-
if: github.event_name == 'pull_request_target'
60+
#if: github.event_name == 'pull_request_target'
6161
continue-on-error: true
6262
run: |
6363
git clone --shared /repo-cache/zephyrproject/zephyr .
6464
git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
6565
6666
- name: Checkout
67-
if: github.event_name == 'pull_request_target'
67+
#if: github.event_name == 'pull_request_target'
6868
uses: actions/checkout@v4
6969
with:
7070
ref: ${{ github.event.pull_request.head.sha }}
7171
fetch-depth: 0
7272
persist-credentials: false
7373

7474
- name: Environment Setup
75-
if: github.event_name == 'pull_request_target'
75+
#if: github.event_name == 'pull_request_target'
7676
run: |
7777
git config --global user.email "[email protected]"
7878
git config --global user.name "Zephyr Bot"

0 commit comments

Comments
 (0)