Skip to content

Commit 3c0ed51

Browse files
amotlsurister
authored andcommitted
CI: Schedule main validation workflow to run each night
1 parent 292a4be commit 3c0ed51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
release:
88
types: [published]
99
workflow_dispatch:
10+
schedule:
11+
- cron: '0 4 * * *'
1012

1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)