Skip to content

Commit 8c33bec

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
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)