Skip to content

Commit 0fa0c09

Browse files
committed
Disable nightlies
1 parent 732a260 commit 0fa0c09

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)