Skip to content

Commit 6f54218

Browse files
committed
- Call the pre-merge.yml
1 parent 943a424 commit 6f54218

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,5 @@ on:
66
workflow_dispatch: # Allow manual triggering
77

88
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-
with:
20-
workflow: pre-merge.yml
21-
ref: unstable
22-
token: ${{ secrets.GITHUB_TOKEN }}
9+
build-and-test-unstable:
10+
uses: ./.github/workflows/pre-merge.yml

0 commit comments

Comments
 (0)