Skip to content

Commit 8a7529b

Browse files
authored
Decrease the cron frequency
1 parent 6dcf053 commit 8a7529b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_cirun_graviton.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: "0 */1 * * *"
8+
- cron: "0 */4 * * *"
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)