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 943a424 commit 6f54218Copy full SHA for 6f54218
.github/workflows/nightly-unstable-package.yml
@@ -6,17 +6,5 @@ on:
6
workflow_dispatch: # Allow manual triggering
7
8
jobs:
9
- trigger-unstable-tests:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Checkout code
13
- uses: actions/checkout@v4
14
- with:
15
- ref: unstable
16
-
17
- - name: Trigger pre-merge workflow
18
- uses: benc-uk/workflow-dispatch@v1
19
20
- workflow: pre-merge.yml
21
22
- token: ${{ secrets.GITHUB_TOKEN }}
+ build-and-test-unstable:
+ uses: ./.github/workflows/pre-merge.yml
0 commit comments