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 0fa0c09 commit a653c31Copy full SHA for a653c31
.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