Skip to content

Commit 4b30043

Browse files
committed
ci: Swap out action-clean for our local copy
1 parent f0afa1f commit 4b30043

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Prod for version bumping
5050
steps:
5151
- name: Clean Workspace # Purge the workspace in case it's running on a self-hosted runner
52-
uses: AutoModality/[email protected]
52+
uses: ./.github/actions/self-hosted-cleanup
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454
with:
5555
fetch-depth: 0

.github/workflows/nf-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
SENTIEON_ENCRYPTION_KEY: ${{ secrets.SENTIEON_ENCRYPTION_KEY }}
6464
steps:
6565
- name: Clean Workspace # Purge the workspace in case it's running on a self-hosted runner
66-
uses: AutoModality/[email protected]
66+
uses: ./.github/actions/self-hosted-cleanup
6767
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868
with:
6969
fetch-depth: 0
@@ -73,3 +73,5 @@ jobs:
7373
profile: ${{ matrix.profile }}
7474
shard: ${{ matrix.shard }}
7575
total_shards: ${{ env.TOTAL_SHARDS }}
76+
- name: Clean Workspace # Purge the workspace in case it's running on a self-hosted runner
77+
uses: ./.github/actions/self-hosted-cleanup

0 commit comments

Comments
 (0)