diff options
author | Loïc Hoguin <[email protected]> | 2025-10-02 11:37:42 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-10-02 11:37:42 +0200 |
commit | 4d1a9d1b492cfb1f2fe80365aa10326c890ec396 (patch) | |
tree | 5f84f8fc5d3bce44afc4cbd446e6c191ab432e1c /.github | |
parent | fa9f4663f219a9d7c7dcd7dc33ded323cce4cfcb (diff) | |
download | gun-master.tar.gz gun-master.tar.bz2 gun-master.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1876d05..ef1eef6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,23 +16,6 @@ concurrency: cancel-in-progress: true 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 || true - gh cache delete macOS-ARM64-Erlang-master -R $REPO || true - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPO: ${{ github.repository }} - check: - name: Gun - needs: cleanup-master + name: Check uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master |