Skip to content

Fix _atomic_save staging local checkpoints through $TMPDIR #58270

Fix _atomic_save staging local checkpoints through $TMPDIR

Fix _atomic_save staging local checkpoints through $TMPDIR #58270

name: Probot
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
permissions:
pull-requests: write
issues: write
contents: read
checks: read
statuses: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
required-jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 71 # in case something is wrong with the internal timeout
steps:
- uses: Lightning-AI/probot@538b14402b2c6607e01e6e289be782797d34fdbf # v5.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
job: check-group
interval: 180 # seconds
timeout: 70 # minutes
maintainers: "Lightning-AI/lai-frameworks"
owner: "carmocca"