Skip to content

Commit

Permalink
chore: remove oss tests
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Feb 27, 2024
1 parent 885810b commit 9ed1cda
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,3 @@ jobs:
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# # lint-oss tries to run this action against open source repositories not in
# # open-turo to make sure this is usable outside the org.
# # Repositories added to this list should have pre-commit hooks that don't
# # require external tooling to be installed.
# # Repositories added to this list must have passing pre-commit hooks.
# lint-oss:
# name: Lint / Open source
# runs-on: ubuntu-latest
# strategy:
# matrix:
# repos:
# - disposable/disposable
# - cloud-custodian/cloud-custodian
# - aws/aws-sdk-pandas
# - google/uv-metrics
# steps:
# - uses: actions/checkout@v4
# with:
# repository: ${{ matrix.repos }}
# # TODO: Remove branch reference
# - uses: open-turo/actions-python/lint@fix/update-action-pre-commit-to-v2
# with:
# checkout-repo: false
# # with:
# # github-token: ${{ secrets.GITHUB_TOKEN }}
#
# # test-oss tries to run this action against open source repositories not in
# # open-turo to make sure this is usable outside the org.
# # Repositories added to this list should be pyproject.toml based repositories.
# # Repositories added to this list must have passing builds.
# test-oss:
# name: Test / Open source
# runs-on: ubuntu-latest
# strategy:
# matrix:
# repos:
# - aws/aws-sdk-pandas
# - copier-org/copier
# - hvac/hvac
# - tiangolo/asyncer
# - tiangolo/fastapi
# steps:
# - uses: actions/checkout@v4
# with:
# repository: ${{ matrix.repos }}
# # TODO: Remove branch reference
# - uses: open-turo/actions-python/test@fix/update-action-pre-commit-to-v2
# with:
# checkout-repo: false
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9ed1cda

Please sign in to comment.