Skip to content

Commit

Permalink
👷 github: skip codecov action when cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 20, 2024
1 parent 8ae6d6d commit be912dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- run: pnpm test --recursive --aggregate-output --no-bail

- uses: codecov/codecov-action@v4
if: always()
if: ${{ !cancelled() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit be912dd

Please sign in to comment.