Skip to content

Commit f246109

Browse files
authored
Merge pull request #119 from kairveeehh/nightly-check
Added nightly build
2 parents f654000 + 3f928ed commit f246109

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- master
77
- 'release/**'
88
pull_request:
9+
schedule:
10+
- cron: '0 0 * * *' # Runs every night at midnight UTC
911

1012
permissions:
1113
contents: read

.github/workflows/lima.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- master
77
- 'release/**'
88
pull_request:
9+
schedule:
10+
- cron: '0 0 * * *' # Runs every night at midnight UTC
911

1012
permissions:
1113
contents: read

.github/workflows/qemu.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- master
77
- 'release/**'
88
pull_request:
9+
schedule:
10+
- cron: '0 0 * * *' # Runs every night at midnight UTC
911

1012
permissions:
1113
contents: read

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
pull_request:
1313
branches:
1414
- 'master'
15+
schedule:
16+
- cron: '0 0 * * *' # Runs every night at midnight UTC
1517
permissions:
1618
contents: read
1719
jobs:

0 commit comments

Comments
 (0)