Skip to content

Commit

Permalink
removed ats (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov authored Feb 15, 2024
1 parent 72d008f commit fa3b1a3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ jobs:
uses: codecov/gha-workflows/.github/workflows/[email protected]
secrets: inherit

ats:
name: ATS
needs: [build]
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/[email protected]
secrets: inherit
with:
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }}
codecov_cli_upload_args: '--plugin pycoverage --plugin compress-pycoverage --flag onlysomelabels'
app_container_name: worker

test:
name: Test
needs: [build]
Expand Down

0 comments on commit fa3b1a3

Please sign in to comment.