Skip to content

Commit

Permalink
CI: Stubs-Dependency only on Push
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Nov 30, 2023
1 parent 38e8cf8 commit 352e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/workflows/stubs.yml

ubuntu:
if: github.event.pull_request.draft == false
if: always() && !contains(needs.*.result, 'failure') && github.event.pull_request.draft == false
name: 🐧 Ubuntu
needs: [stubs]
uses: ./.github/workflows/ubuntu.yml
Expand Down

0 comments on commit 352e4dd

Please sign in to comment.