Skip to content

Commit a6efd72

Browse files
committed
ci: add industrial-ci workflow
1 parent 94d58c8 commit a6efd72

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Industrial CI
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
8+
jobs:
9+
call_reusable_workflow:
10+
uses: vortexntnu/vortex-ci/.github/workflows/reusable-industrial-ci.yml@main
11+
with:
12+
ros_repo: '["testing", "main"]'

0 commit comments

Comments
 (0)