Skip to content

Commit

Permalink
Update tyk-pro repo URL (#372)
Browse files Browse the repository at this point in the history
update tyk-pro repo URL
  • Loading branch information
konrad-sol authored Oct 28, 2024
1 parent 8416ee2 commit 6f631db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion policy/templates/subtemplates/auto/auto-test.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f631db

Please sign in to comment.