Skip to content

Commit dc4ba37

Browse files
committed
Add cron to GHA
1 parent 169a285 commit dc4ba37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- ep2024
7+
schedule:
8+
- cron: "*/10 * * * *" # every 10 minutes
79
workflow_dispatch:
810

911
jobs:

0 commit comments

Comments
 (0)