Skip to content

Commit 39173bd

Browse files
committed
remove cleanup job to preserve clusters and customers
- skip teardown of clusters and customers for faster subsequent runs - removes unnecessary cleanup overhead for PR validation workflow
1 parent 3d97c8a commit 39173bd

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/wg-easy-pr-validation.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -257,30 +257,3 @@ jobs:
257257
REPLICATED_API_TOKEN: ${{ secrets.WG_EASY_REPLICATED_API_TOKEN }}
258258
REPLICATED_APP: ${{ secrets.WG_EASY_REPLICATED_APP }}
259259

260-
cleanup:
261-
runs-on: ubuntu-22.04
262-
needs: [task-validation, lint-and-validate, replicated-release, create-customer]
263-
if: always()
264-
defaults:
265-
run:
266-
working-directory: ${{ env.APP_DIR }}
267-
268-
steps:
269-
- name: Checkout code
270-
uses: actions/checkout@v4
271-
272-
- name: Setup Task
273-
uses: arduino/setup-task@v2
274-
with:
275-
version: 3.x
276-
repo-token: ${{ secrets.GITHUB_TOKEN }}
277-
278-
- name: Install Replicated CLI
279-
run: task utils:install-replicated-cli
280-
281-
- name: Run clean task
282-
run: task clean
283-
timeout-minutes: 10
284-
env:
285-
REPLICATED_API_TOKEN: ${{ secrets.WG_EASY_REPLICATED_API_TOKEN }}
286-
REPLICATED_APP: ${{ secrets.WG_EASY_REPLICATED_APP }}

0 commit comments

Comments
 (0)