Skip to content

Commit

Permalink
fix: required status check to always run
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Sep 12, 2024
1 parent 156b370 commit d571263
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 d571263

Please sign in to comment.