Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/nightly-unstable-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Nightly Unstable Build and Package

on:
schedule:
- cron: '0 1 * * *' # Run every day at 1:00 AM UTC
workflow_dispatch: # Allow manual triggering

jobs:
build-and-test-unstable:
uses: ./.github/workflows/pre-merge.yml@unstable
with:
ref: 'unstable'
Loading