Skip to content

Commit

Permalink
COMMIT TO BE REMOVED BEFORE MERGING - This is for testing purpose only
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnero committed Dec 29, 2023
1 parent 1752bce commit 5b3213e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-TEARDOWN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b3213e

Please sign in to comment.