Skip to content

Commit 6fd2a66

Browse files
committed
also remove usage in github action
1 parent f4f345f commit 6fd2a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `showcase_w_rest_async` target when async rest is GA.
5959
python: ["3.7", "3.13"]
60-
target: [showcase, showcase_alternative_templates, showcase_w_rest_async]
60+
target: [showcase, showcase_w_rest_async]
6161
logging_scope: ["", "google"]
6262

6363
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
@@ -102,7 +102,7 @@ jobs:
102102
if: ${{ false }} # TODO(dovs): reenable when #1218 is fixed
103103
strategy:
104104
matrix:
105-
target: [showcase_mtls, showcase_mtls_alternative_templates]
105+
target: [showcase_mtls]
106106
max-parallel: 1
107107
runs-on: ubuntu-latest
108108
steps:

0 commit comments

Comments
 (0)