Skip to content

Commit

Permalink
fix typo in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed May 26, 2021
1 parent 7715914 commit ae6b80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
determine-success:
name: Check workflow success
needs: [setup, lint, flake8, lintr, combine_outputs]
if: ${{ always() && github.ref != 'refs/heads/master' && github.ref == 'refs/heads/main' }}
if: ${{ always() && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: Check tool lint status
Expand Down

0 comments on commit ae6b80c

Please sign in to comment.