Skip to content

Commit 2b477d3

Browse files
committed
Checkout fix
1 parent 567d2fe commit 2b477d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/developer_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- uses: actions/checkout@v4
177177
with:
178178
lfs: 'true'
179-
ref: refs/pull/${{ github.event.number }}/merge
179+
# ref: refs/pull/${{ github.event.number }}/merge
180180

181181
- name: Generate Fortran Signatures
182182
run: |

0 commit comments

Comments
 (0)