nightly.yml 267 B

12345678910111213
  1. name: Nightly
  2. on:
  3. schedule:
  4. # Run every Monday at 12:00 UTC
  5. - cron: "0 12 * * 1"
  6. workflow_dispatch:
  7. jobs:
  8. lockfile:
  9. if: github.repository_owner == 'withastro'
  10. uses: withastro/automation/.github/workflows/lockfile.yml@main
  11. secrets: inherit