Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit ddf7401

Browse files
authored
ci: Fix type for workflows file (#80)
1 parent ba32d90 commit ddf7401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python Test
33
on:
44
push:
55
schedule:
6-
- '0 0,6,12,18,22 * * *'
6+
- cron: "0 0,6,12,18,22 * * *"
77
workflow_dispatch:
88
inputs:
99
sdkSha:

0 commit comments

Comments
 (0)