Skip to content

Commit 081efe6

Browse files
committed
fix: Fixed workflow_call not being set properly for upstream checks, b=no-bug, c=workflows
1 parent 249d793 commit 081efe6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sync-upstream.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
required: false
99
type: boolean
1010
default: false
11+
workflow_call:
12+
inputs:
13+
release_candidate:
14+
description: 'Set to true to sync release candidates'
15+
required: false
16+
type: boolean
17+
default: false
1118

1219
permissions:
1320
contents: write

0 commit comments

Comments
 (0)