From eb2778ccadfce59522f7932606597ae45b6c5d70 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 4 Sep 2025 12:26:29 +0100 Subject: [PATCH] ci: Use cleanup-workspace action (#2510) --- .github/workflows/build_impl.yml | 4 ++-- .github/workflows/test_impl.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_impl.yml b/.github/workflows/build_impl.yml index 6ae6ddfb..5ab3f371 100644 --- a/.github/workflows/build_impl.yml +++ b/.github/workflows/build_impl.yml @@ -75,9 +75,9 @@ jobs: container: ${{ inputs.container != '' && fromJson(inputs.container) || null }} steps: - - name: Clean workdir + - name: Cleanup workspace if: ${{ runner.os == 'macOS' }} - uses: kuznetsss/workspace-cleanup@80b9863b45562c148927c3d53621ef354e5ae7ce # v1.0 + uses: XRPLF/actions/.github/actions/cleanup-workspace@ea9970b7c211b18f4c8bcdb28c29f5711752029f - uses: actions/checkout@v4 with: diff --git a/.github/workflows/test_impl.yml b/.github/workflows/test_impl.yml index 4325d551..6062dd34 100644 --- a/.github/workflows/test_impl.yml +++ b/.github/workflows/test_impl.yml @@ -46,9 +46,9 @@ jobs: SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.asan') || endsWith(inputs.conan_profile, '.tsan') }} steps: - - name: Clean workdir + - name: Cleanup workspace if: ${{ runner.os == 'macOS' }} - uses: kuznetsss/workspace-cleanup@80b9863b45562c148927c3d53621ef354e5ae7ce # v1.0 + uses: XRPLF/actions/.github/actions/cleanup-workspace@ea9970b7c211b18f4c8bcdb28c29f5711752029f - uses: actions/checkout@v4 with: @@ -120,9 +120,9 @@ jobs: --health-retries 5 steps: - - name: Clean workdir + - name: Cleanup workspace if: ${{ runner.os == 'macOS' }} - uses: kuznetsss/workspace-cleanup@80b9863b45562c148927c3d53621ef354e5ae7ce # v1.0 + uses: XRPLF/actions/.github/actions/cleanup-workspace@ea9970b7c211b18f4c8bcdb28c29f5711752029f - name: Spin up scylladb if: ${{ runner.os == 'macOS' }}