Skip to content

Commit

Permalink
Merge pull request #7803 from LedgerHQ/fix/required-status-check
Browse files Browse the repository at this point in the history
Fix required status check to always run
  • Loading branch information
KVNLS authored Sep 12, 2024
2 parents 156b370 + d571263 commit a2f08e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- test-libraries
- test-design-system
runs-on: ubuntu-22.04
if: always() && !cancelled()
if: always()
steps:
- name: Check result
if: contains(needs.*.result, 'failure')
Expand Down

0 comments on commit a2f08e9

Please sign in to comment.