From 6f6035960593f03a09bf0a15513ac4743bc67c03 Mon Sep 17 00:00:00 2001 From: Clement Nero Date: Thu, 28 Dec 2023 17:08:35 +0100 Subject: [PATCH] COMMIT TO BE REMOVED BEFORE MERGING - This is for testing purpose only --- .github/workflows/PREVIEW-ENV-DEPLOY.yml | 2 +- .github/workflows/PREVIEW-ENV-TEARDOWN.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PREVIEW-ENV-DEPLOY.yml b/.github/workflows/PREVIEW-ENV-DEPLOY.yml index 8b6e63b6cc..a0f0c84663 100644 --- a/.github/workflows/PREVIEW-ENV-DEPLOY.yml +++ b/.github/workflows/PREVIEW-ENV-DEPLOY.yml @@ -81,7 +81,7 @@ jobs: clean: if: always() && github.event_name == 'pull_request' && needs.deploy-preview.result != 'skipped' - uses: camunda/connectors/.github/workflows/PREVIEW-ENV-CLEAN.yml@master + uses: camunda/connectors/.github/workflows/PREVIEW-ENV-CLEAN.yml@infra-gh-510-preview-environments needs: [deploy-preview] secrets: inherit with: diff --git a/.github/workflows/PREVIEW-ENV-TEARDOWN.yml b/.github/workflows/PREVIEW-ENV-TEARDOWN.yml index b1582c2af2..87a777c3aa 100644 --- a/.github/workflows/PREVIEW-ENV-TEARDOWN.yml +++ b/.github/workflows/PREVIEW-ENV-TEARDOWN.yml @@ -53,7 +53,7 @@ jobs: clean: if: always() && needs.teardown-preview.result != 'skipped' - uses: camunda/connectors/.github/workflows/preview-env-clean.yml@master + uses: camunda/connectors/.github/workflows/PREVIEW-ENV-CLEAN.yml@infra-gh-510-preview-environments needs: [teardown-preview] secrets: inherit with: