Skip to content

Commit 234aad7

Browse files
committed
Scheduling the workflow once a week
1 parent 1fb2579 commit 234aad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-mlperf-inference-resnet50-closed-division.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: MLPerf inference ResNet50 Closed Division for testing Compliance
22

33
on:
4+
schedule:
5+
- cron: '0 0 * * 0' # Runs once a week
46
pull_request_target:
57
branches: [ "main", "dev" ]
68
paths:

0 commit comments

Comments
 (0)