Skip to content

Commit a45cb7f

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/twister.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,28 @@ 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"
79-
rm -fr ".git/rebase-apply"
80-
git rebase origin/${BASE_REF}
81-
git clean -f -d
79+
#rm -fr ".git/rebase-apply"
80+
#git rebase origin/${BASE_REF}
81+
#git clean -f -d
8282
git log --pretty=oneline | head -n 10
8383
west init -l . || true
8484
west config manifest.group-filter -- +ci,+optional

0 commit comments

Comments
 (0)