File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments