Skip to content

Commit a653c31

Browse files
committed
Revert "Disable nightlies"
This reverts commit 0fa0c09.
1 parent 0fa0c09 commit a653c31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly-unstable-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Nightly Unstable Build and Package
22

3-
#on:
4-
# schedule:
5-
# - cron: '0 1 * * *' # Run every day at 1:00 AM UTC
6-
# workflow_dispatch: # Allow manual triggering
3+
on:
4+
schedule:
5+
- cron: '0 1 * * *' # Run every day at 1:00 AM UTC
6+
workflow_dispatch: # Allow manual triggering
77

88
jobs:
99
build-and-test-unstable:

0 commit comments

Comments
 (0)