diff options
author | sr55 <[email protected]> | 2020-10-09 14:24:34 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-10-09 14:24:43 +0100 |
commit | 68706ad72194801e0c94cd53f19f14fd1d740b05 (patch) | |
tree | 584acd919d3bff89fcbf1c3b757f3de59f3d10d6 /.github/workflows | |
parent | dfec0f6ecbddb45ffceacb6e6f266fc03242f315 (diff) |
actions: Remove purge artifacts step as this is now set on the repository level.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mac.yml | 8 | ||||
-rw-r--r-- | .github/workflows/windows.yml | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 9562178d3..77725b1a5 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -44,11 +44,3 @@ jobs: with: name: HandBrake-macos path: ./build/pkg - - - name: Tidy up past artifacts - uses: kolpav/purge-artifacts-action@v1 - if: github.event_name != 'pull_request' - with: - token: ${{ secrets.GITHUB_TOKEN }} - expire-in: 3days - diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9650e2d2d..cd85f1458 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -114,10 +114,3 @@ jobs: with: name: HandBrake-x86_64-Win_GUI-MSI path: win/CS/HandBrakeWPF/bin/x64/Debug/HandBrake-Nightly-x86_64-Win_GUI.msi - - - name: Tidy up past artifacts - uses: kolpav/purge-artifacts-action@v1 - if: github.event_name != 'pull_request' - with: - token: ${{ secrets.GITHUB_TOKEN }} - expire-in: 3days |