Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 8, 2024
1 parent f70c554 commit af4b52a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ jobs:
name: Covtracer 🐄
runs-on: ubuntu-latest
if: >
github.event.pull_request.draft == false
!contains(github.event.commits[0].message, '[skip coverage]')
&& github.event.pull_request.draft == false
&& contains(inputs.enable-covtracer, 'true')
container:
image: ghcr.io/insightsengineering/rstudio:latest
Expand Down

0 comments on commit af4b52a

Please sign in to comment.