Skip to content

Commit 1dfa610

Browse files
committed
Fix workflow interoperability
1 parent d2de473 commit 1dfa610

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
workflow_call:
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
call_build:
1010
uses: ./.github/workflows/build.yml
11-
with:
12-
ref: ${{ github.ref }}
1311

1412
release:
1513
name: Create release

0 commit comments

Comments
 (0)