Skip to content

Commit

Permalink
ISSUE #5403 - don't destroy testbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
Charence committed Feb 14, 2025
1 parent a124cd7 commit 6f81b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onPRClose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
echo 'chartName='$( echo ${{ github.head_ref || github.ref_name }} | sed "s/_/-/" | awk '{print tolower($0)}' ) >> "$GITHUB_OUTPUT"
id: getChartName
- name: Azure Pipelines Action
if: steps.getChartName.outputs.chartName != 'testbranch'
uses: Azure/[email protected]
with:
azure-devops-project-url: https://dev.azure.com/3drepo/3drepo.io
Expand Down

0 comments on commit 6f81b28

Please sign in to comment.