diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 723af18a..84228be7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] + containers: [ 1, 2 ] steps: - uses: actions/checkout@v2 with: