Skip to content

Commit

Permalink
ci: skip codecov on automated pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwebbio committed Apr 9, 2024
1 parent c8fbc3a commit 9cab14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- run: yarn install --immutable
- run: yarn test:unit
- uses: codecov/codecov-action@v4
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'tiltcamp-bot' }}
with:
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -87,6 +88,7 @@ jobs:
- run: yarn install --immutable
- run: yarn test:integration
- uses: codecov/codecov-action@v4
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'tiltcamp-bot' }}
with:
flags: integration
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 9cab14e

Please sign in to comment.