Skip to content

Commit

Permalink
.github/workflows/test.yml: Fix job name in needs
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Nov 22, 2024
1 parent 35b114e commit 482f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run-tests:
name: Run DTS tests
if: ${{ github.head_ref == 'develop' && contains(join(needs.*.result, ','), 'success') }}
needs: build
needs: build-dts
runs-on:
labels: dts-builder
steps:
Expand Down

0 comments on commit 482f808

Please sign in to comment.