Skip to content

New scheduled workflow which will trigger the unstable build and pa… #5

New scheduled workflow which will trigger the unstable build and pa…

New scheduled workflow which will trigger the unstable build and pa… #5

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

Check failure on line 10 in .github/workflows/nightly-unstable-package.yml

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
ref: 'unstable'