Skip to content

Commit

Permalink
make "Test" run even if "Check Style" failed in "Feature PR"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sellig6792 committed Jan 5, 2023
1 parent 1eac0c9 commit bfe411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

test:
name: Test
needs: [style]
if: always()
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit bfe411a

Please sign in to comment.