Skip to content

Commit 83a4e2b

Browse files
committedMar 14, 2025
fix: added schedule to workflow
1 parent 54857d7 commit 83a4e2b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

‎.github/workflows/clocker.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
name: Clocker
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
username:
7-
description: 'Add username'
8-
required: true
9-
default: 'xxx'
10-
11-
password:
12-
description: 'Add password'
13-
required: true
14-
default: 'xxx'
4+
schedule:
5+
- cron: '0 3 * * *'
156

167
jobs:
178
test:

0 commit comments

Comments
 (0)
Please sign in to comment.