Skip to content

Commit a31151a

Browse files
authored
Increase smoke test frequency to daily (#596)
1 parent f1cf164 commit a31151a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request_target:
66
paths: 'task/**'
77
schedule:
8-
- cron: '0 9 * * 1'
8+
- cron: '0 9 * * *'
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref_name }}
1111
cancel-in-progress: true

0 commit comments

Comments
 (0)