Skip to content

Commit 3626b67

Browse files
authored
Add callable workflow option
1 parent 7fc7e56 commit 3626b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/*
7+
workflow_call:
78

89
jobs:
910
build-and-test:
@@ -36,6 +37,8 @@ jobs:
3637
steps:
3738
- name: Checkout code
3839
uses: actions/checkout@v4
40+
with:
41+
ref: unstable
3942
- uses: ./.github/actions/build-and-tag-locally
4043
with:
4144
distribution: ${{ matrix.distribution }}

0 commit comments

Comments
 (0)