We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc3513 commit 8c33becCopy full SHA for 8c33bec
.github/workflows/twister.yaml
@@ -64,15 +64,15 @@ jobs:
64
git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
65
66
- name: Checkout
67
- if: github.event_name == 'pull_request_target'
+ #if: github.event_name == 'pull_request_target'
68
uses: actions/checkout@v4
69
with:
70
ref: ${{ github.event.pull_request.head.sha }}
71
fetch-depth: 0
72
persist-credentials: false
73
74
- name: Environment Setup
75
76
run: |
77
git config --global user.email "[email protected]"
78
git config --global user.name "Zephyr Bot"
0 commit comments