astro/.github/workflows/nightly.yml

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

14 lines
267 B
YAML
Raw Normal View History

name: Nightly
2021-12-13 21:04:21 +00:00
on:
schedule:
2023-05-16 13:35:06 +00:00
# Run every Monday at 12:00 UTC
- cron: "0 12 * * 1"
workflow_dispatch:
2021-12-13 21:04:21 +00:00
jobs:
lockfile:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/lockfile.yml@main
secrets: inherit