Skip to content

Weekly Checks

Weekly Checks #22

Workflow file for this run

name: Weekly Checks
on:
schedule:
- cron: "0 0 * * 0"
permissions:
contents: write
jobs:
run-ci:
uses: ./.github/workflows/ci.yaml
update-attribution:
uses: ./.github/workflows/update_attributions.yaml
with:
commit_message: "Weekly run"