Skip to content

Commit 346ccfa

Browse files
committed
[infra] Allow swetrace dispatch without inputs
1 parent 1349380 commit 346ccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
${{ matrix.context }}
215215
216216
swetrace-image:
217-
if: github.event_name == 'workflow_dispatch' && inputs.mode == 'swetrace'
217+
if: github.event_name == 'workflow_dispatch' && (inputs.mode == 'swetrace' || inputs.mode == '')
218218
runs-on: ubuntu-latest
219219
steps:
220220
- name: Checkout repository

0 commit comments

Comments
 (0)