We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614d0bf commit f251196Copy full SHA for f251196
1 file changed
.github/workflows/label-target.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
set_target:
14
- if: startsWith(github.event.label.name, 'ci:target:')
+ if: startsWith(github.event.label.name, 'ci:target:') || inputs.target != ''
15
name: Set target
16
runs-on: ubuntu-latest
17
outputs:
0 commit comments