We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f466d4 + 5f40f84 commit 6aa9155Copy full SHA for 6aa9155
.github/workflows/default.yml
@@ -126,6 +126,7 @@ jobs:
126
--branch ${{ env.API_BRANCH }} \
127
--run-url ${{ steps.get-job-id.outputs.html_url }} \
128
--skip-ui-build \
129
+ --agent-pool-id="${{vars.TACO_APOOL_ID}}" \
130
${{ env.RUN_TAG }}
131
- name: Get Scalr hostname
132
shell: bash
.github/workflows/pr.yml
@@ -117,6 +117,7 @@ jobs:
117
--branch ${{ inputs.pr_branch }} \
118
119
120
121
122
123
0 commit comments