Skip to content

Commit 81f5eb9

Browse files
authored
ci: replace schedule with workflow_dispatch (#68)
1 parent 2918971 commit 81f5eb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
push:
66
branches:
77
- "master"
8-
schedule:
9-
- cron: "0 17 * * *"
8+
workflow_dispatch:
109

1110
jobs:
1211
coding-standard:

0 commit comments

Comments
 (0)