From 6718d399d0b319b83c620b64391038f04710a28d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 16 Oct 2024 11:48:42 -0400 Subject: [PATCH] tests: Add required checks for showcase `_w_rest_async` --- .github/sync-repo-settings.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index e04213881..186d0a057 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -16,6 +16,8 @@ branchProtectionRules: - 'showcase (3.12, showcase)' - 'showcase (3.7, showcase_alternative_templates)' - 'showcase (3.12, showcase_alternative_templates)' + - 'showcase (3.7, _w_rest_async)' + - 'showcase (3.12, _w_rest_async)' # TODO(dovs): reenable these when the mtls tests have been debugged and fixed # See #1218 for details # - 'showcase-mtls (showcase_mtls)' @@ -46,6 +48,12 @@ branchProtectionRules: - 'showcase-unit (3.10, _mixins)' - 'showcase-unit (3.11, _mixins)' - 'showcase-unit (3.12, _mixins)' + - 'showcase-unit (3.7, _w_rest_async)' + - 'showcase-unit (3.8, _w_rest_async)' + - 'showcase-unit (3.9, _w_rest_async)' + - 'showcase-unit (3.10, _w_rest_async)' + - 'showcase-unit (3.11, _w_rest_async)' + - 'showcase-unit (3.12, _w_rest_async)' - 'showcase-unit-add-iam-methods' - 'integration' - 'goldens-lint'