Skip to content

Commit f251196

Browse files
committed
fixup! label-target: make it reusable
1 parent 614d0bf commit f251196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
set_target:
14-
if: startsWith(github.event.label.name, 'ci:target:')
14+
if: startsWith(github.event.label.name, 'ci:target:') || inputs.target != ''
1515
name: Set target
1616
runs-on: ubuntu-latest
1717
outputs:

0 commit comments

Comments
 (0)