0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/.github/workflows/nightly.yml

14 lines
267 B
YAML
Raw Normal View History

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