0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
This commit is contained in:
Loïc Hoguin 2024-11-07 14:32:49 +01:00
parent 9f0f2a89d7
commit 76a4dac46d
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -21,11 +21,10 @@ jobs:
steps: steps:
- name: Cleanup master build if necessary - name: Cleanup master build if necessary
if: ${{ github.event_name == 'schedule' }} # if: ${{ github.event_name == 'schedule' }}
run: | run: |
gh extension install actions/gh-actions-cache gh cache delete Linux-X64-Erlang-master -R $REPO
gh actions-cache delete Linux-X64-Erlang-master -R $REPO --confirm || true gh cache delete macOS-X64-Erlang-master -R $REPO
gh actions-cache delete macOS-X64-Erlang-master -R $REPO --confirm || true
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }} REPO: ${{ github.repository }}