We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f450be6 commit d7d6f7cCopy full SHA for d7d6f7c
1 file changed
.github/workflows/ci.yml
@@ -26,11 +26,11 @@ jobs:
26
with:
27
fetch-depth: 0 # This ensures all history is fetched
28
29
- - name: checkout relevant branch if this is a PR
30
- run: |
31
- if [ "${{ github.event_name }}" = "pull_request" ] || [ "${{ github.event_name }}" = "pull_request_target" ]; then
32
- git checkout -b ${{ github.base_ref }} pull/${{ github.event.number }}/merge
33
- fi
+ # - name: checkout relevant branch if this is a PR
+ # run: |
+ # if [ "${{ github.event_name }}" = "pull_request" ] || [ "${{ github.event_name }}" = "pull_request_target" ]; then
+ # git checkout -b ${{ github.base_ref }} pull/${{ github.event.number }}/merge
+ # fi
34
35
- name: setup node.js
36
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
0 commit comments