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.
1 parent c75d7ca commit 10d8dd3Copy full SHA for 10d8dd3
.github/workflows/onPRClose.yml
@@ -56,7 +56,7 @@ jobs:
56
echo 'chartName='$( echo ${{ github.head_ref || github.ref_name }} | sed "s/_/-/" | awk '{print tolower($0)}' ) >> "$GITHUB_OUTPUT"
57
id: getChartName
58
- name: Azure Pipelines Action
59
- if: ${{ (steps.getChartName.outputs.chartName != 'staging') && (steps.getChartName.outputs.chartName != 'master') && (steps.getChartName.outputs.chartName != 'testbranch') }}
+ if: ${{ (steps.getChartName.outputs.chartName != 'staging') && (steps.getChartName.outputs.chartName != 'master') }}
60
uses: Azure/[email protected]
61
with:
62
azure-devops-project-url: https://dev.azure.com/3drepo/3drepo.io
0 commit comments