diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 5234a3f..0062e91 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -33,7 +33,6 @@ on: jobs: test-service-account: name: Service Account (${{ matrix.os }}, ${{ matrix.version }}, export-env=${{ matrix.export-env }}) - if: false runs-on: ${{ matrix.os }} strategy: fail-fast: true @@ -147,7 +146,6 @@ jobs: test-connect: name: Connect (ubuntu-latest, ${{ matrix.version }}, export-env=${{ matrix.export-env }}) - if: false runs-on: ubuntu-latest strategy: fail-fast: true