2023-06-22 20:42:17 +00:00
|
|
|
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"
|
2021-12-14 16:47:00 +00:00
|
|
|
workflow_dispatch:
|
2021-12-13 21:04:21 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
lockfile:
|
|
|
|
if: github.repository_owner == 'withastro'
|
2023-06-22 20:42:17 +00:00
|
|
|
uses: withastro/automation/.github/workflows/lockfile.yml@main
|
|
|
|
secrets: inherit
|