Skip to content

Commit

Permalink
add tyk_ee_image and workflow_dispatch for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-sol committed Nov 18, 2024
1 parent 1388de7 commit 5ec75f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
# Trigger tests every week day at midnight
schedule:
- cron: "0 0 * * 1-5"
workflow_dispatch:


env:
VARIATION: prod
Expand Down
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 @@ -107,7 +107,7 @@
{{- end}}
echo '# alfa and beta have to come after the override
{{- if eq .flow "nightly" }}
tyk_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-ee:{{`${{ matrix.envfiles.gwdash }}`}}
tyk_ee_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-ee:{{`${{ matrix.envfiles.gwdash }}`}}
tyk_analytics_image={{`${{steps.ecr.outputs.registry}}`}}/tyk-analytics:{{`${{ matrix.envfiles.gwdash }}`}}
{{- end}}
{{ if ne .dot.Name "tyk" }}
Expand Down

0 comments on commit 5ec75f9

Please sign in to comment.