Skip to content

Commit 01c3721

Browse files
committed
Trivial fix for nightly wheels
1 parent 0d139bb commit 01c3721

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
outputs:
2323
skip: ${{ env.skip }}
2424
steps:
25+
- uses: actions/checkout@v6
26+
2527
- name: On explosion main, skip scheduled run if no changes in last week
2628
if: github.event_name == 'schedule' && github.repository_owner == 'explosion'
2729
run: |

0 commit comments

Comments
 (0)