0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
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 13:04:21 -08:00
on:
schedule:
2023-05-16 21:35:06 +08:00
# Run every Monday at 12:00 UTC
- cron: "0 12 * * 1"
workflow_dispatch:
2021-12-13 13:04:21 -08:00
jobs:
lockfile:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/lockfile.yml@main
secrets: inherit