Skip to content

Commit

Permalink
github: skip tests when secrets are not available
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Jul 1, 2022
1 parent c3d972e commit 303b91b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Expand Up @@ -21,8 +21,7 @@ jobs:
IRIS_BASE_URL: ${{ secrets.IRIS_BASE_URL }}
IRIS_USERNAME: ${{ secrets.IRIS_USERNAME }}
IRIS_PASSWORD: ${{ secrets.IRIS_PASSWORD }}
# Skip tests when secrets are not available (e.g. dependabot PR).
if: ${{ secrets.IRIS_BASE_URL != '' }}
if: github.actor != 'dependabot[bot]'
- uses: codecov/codecov-action@v3

pypi:
Expand Down

0 comments on commit 303b91b

Please sign in to comment.