Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Oct 9, 2023
1 parent 396eed5 commit b6d47a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
BASE_BRANCH: origin/${{ github.base_ref }}

- name: "Infection on complete code base"
if: "${{ github.event_name != 'pull_request' }} && !startsWith(github.ref, 'renovate/')"
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'renovate/') }}
timeout-minutes: 30
run: "vendor/bin/infection run --ansi --threads=$(nproc) --skip-initial-tests --coverage=coverage"
env:
Expand Down

0 comments on commit b6d47a8

Please sign in to comment.