We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d58c8 commit a6efd72Copy full SHA for a6efd72
1 file changed
.github/workflows/industrial-ci.yml
@@ -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