Skip to content

Commit f868b8e

Browse files
authored
ci: automatically run every two weeks (#163)
The purpose of this is to more quickly identify CI bit rot (e.g., outdated packages, runner images). Any failures should result in notifications, prompting quicker resolution. Also, this includes a manual trigger for starting CI runs from https://github.com/intel/openvino-rs/actions/workflows/main.yml.
1 parent 8df64e5 commit f868b8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: CI
22
permissions: read-all
33

44
on:
5+
workflow_dispatch:
56
push:
67
branches: [ main ]
78
pull_request:
89
branches: [ main ]
10+
schedule:
11+
cron: '30 7 2,16 * *' # Every 2nd and 16th of the month at 07:30 UTC
912

1013
env:
1114
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)