Skip to content

Commit 221a83a

Browse files
committed
no merge if skipped
Signed-off-by: Anas Nashif <[email protected]>
1 parent f511f2a commit 221a83a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
path: artifacts
236236

237237
- name: Merge Test Results
238+
if: needs.twister-build.result != 'skipped'
238239
run: |
239240
pip install junitparser junit2html
240241
junitparser merge artifacts/*/*/twister.xml junit.xml
@@ -251,6 +252,7 @@ jobs:
251252
junit.xml
252253
253254
- name: Publish Unit Test Results
255+
if: needs.twister-build.result != 'skipped'
254256
uses: EnricoMi/publish-unit-test-result-action@v2
255257
with:
256258
check_name: Unit Test Results

0 commit comments

Comments
 (0)