Skip to content

Commit

Permalink
Merged automatically by CI pipeline
Browse files Browse the repository at this point in the history
SCALRCORE-28525: Introduce GH label to force tev2 creation on Scalr s…
  • Loading branch information
emocharnik committed Nov 13, 2023
2 parents 01e65f4 + efa92d8 commit c357edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Expand Up @@ -121,7 +121,7 @@ jobs:
--branch ${{ env.API_BRANCH }} \
--run-url ${{ steps.get-job-id.outputs.html_url }} \
--skip-ui-build \
--agent-pool-id="${{vars.TACO_APOOL_ID}}" \
--agent-pool-id="${{ !contains(steps.pr-labels.outputs.labels, ' e2e:tev2_on_server ') && vars.TACO_APOOL_ID || '' }}" \
${{ env.RUN_TAG }}
- name: Get Scalr hostname
shell: bash
Expand Down

0 comments on commit c357edb

Please sign in to comment.