Skip to content

Commit 6501214

Browse files
authored
Remove redudant builds running (#427)
1 parent 38ebf85 commit 6501214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
merge_group:
77
schedule:
8-
- cron: '0 0,6,12,18 * * *'
8+
- cron: '0 0 * * *'
99
workflow_dispatch:
1010

1111
concurrency:

0 commit comments

Comments
 (0)