Skip to content

Commit 10d8dd3

Browse files
committed
ISSUE #5403 - rm testbranch protection
1 parent c75d7ca commit 10d8dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onPRClose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo 'chartName='$( echo ${{ github.head_ref || github.ref_name }} | sed "s/_/-/" | awk '{print tolower($0)}' ) >> "$GITHUB_OUTPUT"
5757
id: getChartName
5858
- name: Azure Pipelines Action
59-
if: ${{ (steps.getChartName.outputs.chartName != 'staging') && (steps.getChartName.outputs.chartName != 'master') && (steps.getChartName.outputs.chartName != 'testbranch') }}
59+
if: ${{ (steps.getChartName.outputs.chartName != 'staging') && (steps.getChartName.outputs.chartName != 'master') }}
6060
uses: Azure/[email protected]
6161
with:
6262
azure-devops-project-url: https://dev.azure.com/3drepo/3drepo.io

0 commit comments

Comments
 (0)