Skip to content

Commit 751d647

Browse files
authored
Disable nightly builds
We don't use nightly builds for fatimages anymore, removing the nightly schedule to not waste resources. Still allowing workflow dispatch as we might revisit at some point.
1 parent 0e2ec52 commit 751d647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- LEAFCLOUD
1111
- SMS
1212
- ARCUS
13-
schedule:
14-
- cron: '0 0 * * *' # Run at midnight on default branch
13+
# schedule:
14+
# - cron: '0 0 * * *' # Run at midnight on default branch
1515

1616
jobs:
1717
openstack:

0 commit comments

Comments
 (0)