Skip to content

Commit 352e4dd

Browse files
committed
CI: Stubs-Dependency only on Push
1 parent 38e8cf8 commit 352e4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ./.github/workflows/stubs.yml
1818

1919
ubuntu:
20-
if: github.event.pull_request.draft == false
20+
if: always() && !contains(needs.*.result, 'failure') && github.event.pull_request.draft == false
2121
name: 🐧 Ubuntu
2222
needs: [stubs]
2323
uses: ./.github/workflows/ubuntu.yml

0 commit comments

Comments
 (0)