Skip to content

Commit

Permalink
Drop support for matrix evaluation of ci-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Nov 7, 2023
1 parent 567da80 commit ca9854e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- synchronize
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}-${{ github.event.inputs.runner_shape }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -79,7 +79,6 @@ jobs:
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -120,17 +119,10 @@ jobs:
path: coverage.xml

ci-integration:
strategy:
fail-fast: false
matrix:
runner_shape:
- ubuntu-latest
- ubuntu-22.04-4core
- ubuntu-22.04-8core
name: Integration (fast ETL run)
needs:
- ci-unit
runs-on: ${{ matrix.runner_shape }}
runs-on: ubuntu-22.04-4core
if: github.event.pull_request.draft == false
permissions:
contents: read
Expand Down

0 comments on commit ca9854e

Please sign in to comment.