From 6f631db90c9833641ef498fe66860ebc3b411c30 Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 28 Oct 2024 17:38:37 +0100 Subject: [PATCH] Update tyk-pro repo URL (#372) update tyk-pro repo URL --- policy/templates/subtemplates/auto/auto-test.gotmpl | 2 +- policy/templates/test-square/.github/workflows/test-square.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/templates/subtemplates/auto/auto-test.gotmpl b/policy/templates/subtemplates/auto/auto-test.gotmpl index bae18ea2..1aa42ada 100644 --- a/policy/templates/subtemplates/auto/auto-test.gotmpl +++ b/policy/templates/subtemplates/auto/auto-test.gotmpl @@ -82,7 +82,7 @@ env: GH_TOKEN: {{`${{ github.token }}`}} run: | - gh release download --repo github.com/tyklabs/tyk-pro --archive tar.gz -O env.tgz + gh release download --repo github.com/TykTechnologies/tyk-pro --archive tar.gz -O env.tgz mkdir auto && tar --strip-components=1 -C auto -xzvf env.tgz {{- end }} - name: env up diff --git a/policy/templates/test-square/.github/workflows/test-square.yml b/policy/templates/test-square/.github/workflows/test-square.yml index 2b5dacdc..e5bee50a 100644 --- a/policy/templates/test-square/.github/workflows/test-square.yml +++ b/policy/templates/test-square/.github/workflows/test-square.yml @@ -35,7 +35,7 @@ jobs: {{ if eq .Name "tyk-pro" }} release: if: {{`${{ startsWith(github.ref, 'refs/tags') }}`}} - runs-on: ubuntu-latest + runs-on: ubuntu-latest-m-2 needs: {{- range $test := .Branchvals.Tests }} - {{ $test }}-tests