Skip to content

Commit f984d05

Browse files
committed
break-pacman-upload-lease: do not skip it
Apparently _something_ in the clean-up step is causing the entire workflow job to be skipped. It's not really important, either, it was just a left-over from the Azure Pipelines days when we had non-ephemeral runners and did not want to leave secrets behind... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0528706 commit f984d05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/break-pacman-upload-lease.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,3 @@ jobs:
2727
env:
2828
AZURE_BLOBS_TOKEN: ${{secrets.AZURE_BLOBS_TOKEN}}
2929
run: /usr/src/build-extra/pacman-helper.sh break_lock
30-
31-
- name: Clean up temporary files
32-
if: always()
33-
shell: bash
34-
run: |
35-
{ rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }

0 commit comments

Comments
 (0)