Skip to content

Commit 8ba873d

Browse files
committed
CI: changing frequency of cron to be weekly
1 parent bea8587 commit 8ba873d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
tags: '*'
88
workflow_dispatch:
99
schedule:
10-
# Monthly cron
11-
- cron: '0 8 1 * *'
10+
# Weekly cron
11+
- cron: '0 8 * * 1'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)