Skip to content

Commit bd102d2

Browse files
committed
Test 10 min schedule
1 parent ca9431b commit bd102d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/clp-lint.yaml

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

3-
on: ["pull_request", "push", "workflow_dispatch"]
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
- cron: '*/10 * * * *'
49

510
concurrency:
611
group: "${{github.workflow}}-${{github.ref}}"

0 commit comments

Comments
 (0)