Skip to content

Commit 2949aea

Browse files
committed
Trivial fix for nightly wheels
1 parent 0d139bb commit 2949aea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
outputs:
2323
skip: ${{ env.skip }}
2424
steps:
25+
- uses: actions/checkout@v6
26+
# if: github.event_name == 'schedule' && github.repository_owner == 'explosion'
27+
2528
- name: On explosion main, skip scheduled run if no changes in last week
26-
if: github.event_name == 'schedule' && github.repository_owner == 'explosion'
29+
# if: github.event_name == 'schedule' && github.repository_owner == 'explosion'
2730
run: |
2831
LAST_COMMIT_TIME=$(git log -1 --format=%ct)
2932
CURRENT_TIME=$(date +%s)

0 commit comments

Comments
 (0)