Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

.github/workflows/weekly.yml #1

.github/workflows/weekly.yml

.github/workflows/weekly.yml #1

Workflow file for this run

name: Weekly jobs
on:
schedule:
- cron: 0 0 * * 1
jobs:
licenses-check:
uses: ./.github/workflows/licenses-check.yml
secrets: inherit