Skip to content

Commit fcc97f3

Browse files
authored
ci: add repo-hygiene nightly workflow (P2#11) (#31)
1 parent 9f6ffcc commit fcc97f3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Repo Hygiene (nightly)
2+
3+
on:
4+
schedule:
5+
- cron: "0 5 * * *" # Daily 05:00 UTC
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
hygiene:
13+
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/repo-hygiene.yml@v1
14+
with:
15+
fail-on-warnings: false

0 commit comments

Comments
 (0)