mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
WIP
This commit is contained in:
parent
9f0f2a89d7
commit
76a4dac46d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -21,11 +21,10 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Cleanup master build if necessary
|
||||
if: ${{ github.event_name == 'schedule' }}
|
||||
# if: ${{ github.event_name == 'schedule' }}
|
||||
run: |
|
||||
gh extension install actions/gh-actions-cache
|
||||
gh actions-cache delete Linux-X64-Erlang-master -R $REPO --confirm || true
|
||||
gh actions-cache delete macOS-X64-Erlang-master -R $REPO --confirm || true
|
||||
gh cache delete Linux-X64-Erlang-master -R $REPO
|
||||
gh cache delete macOS-X64-Erlang-master -R $REPO
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO: ${{ github.repository }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue