Skip to content

build(deps): bump Lightning-AI/utilities from 0.11.7 to 0.11.8 (#20354) #2080

build(deps): bump Lightning-AI/utilities from 0.11.7 to 0.11.8 (#20354)

build(deps): bump Lightning-AI/utilities from 0.11.7 to 0.11.8 (#20354) #2080

name: Generate legacy ckpts
on:
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- ".github/workflows/ci-checkpoints.yml"
- ".github/workflows/_legacy-checkpoints.yml"
- "requirements/ci.txt"
- "requirements/pytorch/*.txt"
- "tests/legacy/*"
jobs:
try-legacy-checkpoints:
uses: ./.github/workflows/_legacy-checkpoints.yml
with:
push_to_s3: false
create_pr: false
secrets: inherit