We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e8cf8 commit 352e4ddCopy full SHA for 352e4dd
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: ./.github/workflows/stubs.yml
18
19
ubuntu:
20
- if: github.event.pull_request.draft == false
+ if: always() && !contains(needs.*.result, 'failure') && github.event.pull_request.draft == false
21
name: 🐧 Ubuntu
22
needs: [stubs]
23
uses: ./.github/workflows/ubuntu.yml
0 commit comments