Skip to content

Commit 49026aa

Browse files
Run Noetic CI every Friday morning
1 parent 82883cb commit 49026aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/industrial_ci_noetic_action.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Noetic
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
# Run every Friday at 6:30 am to detect breaking APIs
8+
- cron: '30 6 * * 5'
9+
410

511
jobs:
612
industrial_ci:

0 commit comments

Comments
 (0)