Skip to content

Commit

Permalink
Run Noetic CI every Friday morning
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Jun 4, 2024
1 parent 82883cb commit 841be1b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/industrial_ci_noetic_action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Noetic

on: [push, pull_request]
on:
push:
pull_request:
schedule:
# Run every Friday at 6:30 am to detect breaking APIs
- cron: '30 6 * * 5'


jobs:
industrial_ci:
Expand Down

0 comments on commit 841be1b

Please sign in to comment.