Skip to content

Commit 789e0ab

Browse files
Apollon77lauckhart
authored andcommitted
Also publish docker when manually triggered
1 parent 03401f1 commit 789e0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.chip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
test-app-cc-1,
177177
test-app-cc-2
178178
]
179-
if: needs.chip-image.outputs.source == 'artifact' && github.event_name == 'schedule'
179+
if: needs.chip-image.outputs.source == 'artifact' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
180180
steps:
181181
- name: Login to GitHub Docker Registry
182182
uses: docker/login-action@v3
@@ -190,4 +190,4 @@ jobs:
190190
cd chip
191191
./bin/info
192192
./bin/publish
193-
193+

0 commit comments

Comments
 (0)