Skip to content

Commit 95e4106

Browse files
committed
dependency
Signed-off-by: Anas Nashif <[email protected]>
1 parent 221a83a commit 95e4106

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- twister-build
219219
runs-on: ubuntu-22.04
220220
# the build-and-test job might be skipped, we don't need to run this job then
221-
if: success() || failure()
221+
if: (success() || failure()) && needs.twister-build.result != 'skipped'
222222

223223
steps:
224224
- name: Check out source code
@@ -252,7 +252,6 @@ jobs:
252252
junit.xml
253253
254254
- name: Publish Unit Test Results
255-
if: needs.twister-build.result != 'skipped'
256255
uses: EnricoMi/publish-unit-test-result-action@v2
257256
with:
258257
check_name: Unit Test Results

0 commit comments

Comments
 (0)