Skip to content

Commit

Permalink
♻️ ci(workflows): replaced source-build with industrial-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 committed Jan 9, 2025
1 parent b88a5b9 commit 077ac31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/industrial-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Industrial CI

on:
push:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
jobs:
call_reusable_workflow:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-industrial-ci.yml@main
with:
upstream_workspace: './vortex_auv.repos'
16 changes: 0 additions & 16 deletions .github/workflows/source-build.yaml

This file was deleted.

0 comments on commit 077ac31

Please sign in to comment.