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 25
25
if : github.event_name == 'schedule' || github.event_name == 'pull_request'
26
26
uses :
Lightning-AI/utilities/.github/workflows/[email protected]
27
27
with :
28
- scripts-ref : v0.14.0
28
+ scripts-ref : v0.14.1
29
29
dry-run : ${{ github.event_name == 'pull_request' }}
30
30
pattern : " latest|docs"
31
31
age-days : 7
34
34
if : github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35
35
uses :
Lightning-AI/utilities/.github/workflows/[email protected]
36
36
with :
37
- scripts-ref : v0.14.0
37
+ scripts-ref : v0.14.1
38
38
dry-run : ${{ github.event_name == 'pull_request' }}
39
39
pattern : ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
40
40
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