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 0d139bb commit 2949aeaCopy full SHA for 2949aea
1 file changed
.github/workflows/cibuildwheel.yml
@@ -22,8 +22,11 @@ jobs:
22
outputs:
23
skip: ${{ env.skip }}
24
steps:
25
+ - uses: actions/checkout@v6
26
+ # if: github.event_name == 'schedule' && github.repository_owner == 'explosion'
27
+
28
- name: On explosion main, skip scheduled run if no changes in last week
- if: github.event_name == 'schedule' && github.repository_owner == 'explosion'
29
30
run: |
31
LAST_COMMIT_TIME=$(git log -1 --format=%ct)
32
CURRENT_TIME=$(date +%s)
0 commit comments