Skip to content

Commit 00325fb

Browse files
author
Felix Exner
committed
Add scheduled pipeline run
1 parent 54e24c0 commit 00325fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Industrial CI pipeline
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '0 7 * * *'
7+
38

49
jobs:
510
format_check:

0 commit comments

Comments
 (0)