Skip to content

Commit 3f928ed

Browse files
committed
updated the workflows to run every night
Signed-off-by: Kairvee Vaswani <imt_2023037@iiitm.ac.in>
1 parent f654000 commit 3f928ed

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)