Skip to content

Commit f5ad893

Browse files
gh-actions: Run linting workflow daily to validate latest linting tool versions. (#385)
1 parent ea2889b commit f5ad893

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/clp-lint.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: "clp-lint"
22

3-
on: ["pull_request", "push", "workflow_dispatch"]
3+
on:
4+
pull_request:
5+
push:
6+
schedule:
7+
# Run at midnight UTC every day with 15 minutes delay added to avoid high load periods
8+
- cron: "0 15 * * *"
9+
workflow_dispatch:
410

511
concurrency:
612
group: "${{github.workflow}}-${{github.ref}}"

0 commit comments

Comments
 (0)