lightning/.github/workflows/ci-checkpoints.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
549 B
YAML
Raw Normal View History

name: Validate 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.yml"
- "requirements/ci.txt"
jobs:
try-legacy-checkpoints:
uses: ./.github/workflows/_legacy-checkpoints.yml
with:
push_to_s3: false
create_pr: false
secrets: inherit