From 5a7b0f8e2b58b21547b25e6da87fb93425a6516b Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 19 Jul 2023 00:48:34 -0400 Subject: [PATCH] GHA: wipe out temp build artifacts via self-hosted runner --- .github/workflows/wipe-out-temp-build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wipe-out-temp-build-artifacts.yml b/.github/workflows/wipe-out-temp-build-artifacts.yml index 09d104606..5117066fa 100644 --- a/.github/workflows/wipe-out-temp-build-artifacts.yml +++ b/.github/workflows/wipe-out-temp-build-artifacts.yml @@ -10,7 +10,7 @@ on: jobs: cleanup: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Remove Temp Build Artifacts from S3 id: cleanup-s3-temp-storage