8642912120
* chore(ci): cleanup GitHub Actions * Update .github/workflows/format.yml
13 lines
267 B
YAML
13 lines
267 B
YAML
name: Nightly
|
|
|
|
on:
|
|
schedule:
|
|
# Run every Monday at 12:00 UTC
|
|
- cron: "0 12 * * 1"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
lockfile:
|
|
if: github.repository_owner == 'withastro'
|
|
uses: withastro/automation/.github/workflows/lockfile.yml@main
|
|
secrets: inherit
|