Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Nov 7, 2024
1 parent bbd8965 commit bb0c6e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ on:
## Every Monday at 2am.
- cron: 0 2 * * 1

permissions: write-all

env:
CI_ERLANG_MK: 1

jobs:
cleanup-master:
name: Cleanup master build
runs-on: ubuntu-latest
permissions:
actions: write
steps:

- name: Cleanup master build if necessary
# if: ${{ github.event_name == 'schedule' }}
run: |
gh cache delete Linux-X64-Erlang-master -R $REPO
gh cache delete macOS-X64-Erlang-master -R $REPO
gh cache delete Linux-X64-Erlang-master -R $REPO || true
gh cache delete macOS-ARM64-Erlang-master -R $REPO || true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
Expand Down

0 comments on commit bb0c6e9

Please sign in to comment.