Skip to content

Commit 58e8c0d

Browse files
committed
CI: add cronjob to run the CI dauly
Signed-off-by: Jefferson <jefferson.rios.caro@gmail.com>
1 parent 1ca68d2 commit 58e8c0d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- releases/*
1111
paths-ignore:
1212
- '**.md'
13+
workflow_dispatch:
14+
schedule:
15+
- cron: '0 7 * * *'
1316

1417
jobs:
1518
nsolid-version:

0 commit comments

Comments
 (0)