Skip to content

Commit

Permalink
✨ ci(workflows): added industrial-ci for testing if packages build
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 committed Jan 9, 2025
1 parent 9892c59 commit 5f1c9ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/industrial-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit 5f1c9ba

Please sign in to comment.