File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 if : github.event_name == 'schedule' || github.event_name == 'pull_request'
2626 uses :
Lightning-AI/utilities/.github/workflows/[email protected] 2727 with :
28- scripts-ref : v0.11.7
28+ scripts-ref : v0.11.8
2929 dry-run : ${{ github.event_name == 'pull_request' }}
3030 pattern : " latest|docs"
3131 age-days : 7
3434 if : github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
3535 uses :
Lightning-AI/utilities/.github/workflows/[email protected] 3636 with :
37- scripts-ref : v0.11.7
37+ scripts-ref : v0.11.8
3838 dry-run : ${{ github.event_name == 'pull_request' }}
3939 pattern : ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
4040 age-days : ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging
You can’t perform that action at this time.
0 commit comments