We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732a260 commit 0fa0c09Copy full SHA for 0fa0c09
.github/workflows/nightly-unstable-package.yml
@@ -1,9 +1,9 @@
1
name: Nightly Unstable Build and Package
2
3
-on:
4
- schedule:
5
- - cron: '0 1 * * *' # Run every day at 1:00 AM UTC
6
- workflow_dispatch: # Allow manual triggering
+ #on:
+ # schedule:
+ # - cron: '0 1 * * *' # Run every day at 1:00 AM UTC
+ # workflow_dispatch: # Allow manual triggering
7
8
jobs:
9
build-and-test-unstable:
0 commit comments