Skip to content

Commit

Permalink
Revert "Compare directly with null"
Browse files Browse the repository at this point in the history
This reverts commit ce585f0.
  • Loading branch information
cottsay committed Jun 24, 2024
1 parent ce585f0 commit 0d0cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy: ${{ fromJson(needs.setup.outputs.strategy) }}
runs-on: ${{ matrix.os }}
env:
HAVE_CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN != null }}
HAVE_CODECOV_TOKEN: ${{ contains(toJson(secrets), 'CODECOV_TOKEN') }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d0cded

Please sign in to comment.