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 4a9a5a5 commit e8ca497Copy full SHA for e8ca497
.github/workflows/call-clear-cache.yml
@@ -34,7 +34,7 @@ jobs:
34
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35
uses: Lightning-AI/utilities/.github/workflows/[email protected]
36
with:
37
- scripts-ref: v0.15.0
+ scripts-ref: v0.14.3
38
dry-run: ${{ github.event_name == 'pull_request' }}
39
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
40
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging
0 commit comments