aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-10-02 11:38:26 +0200
committerLoïc Hoguin <[email protected]>2025-10-02 11:38:26 +0200
commit060ede6714a40d12031668195938e673cf8691e2 (patch)
treec96ac84651d5dffaf6b83af54059ac0b809578e6
parentd272ca07524a61000324b2b7f7ad1ce9b2dd1487 (diff)
downloadranch-060ede6714a40d12031668195938e673cf8691e2.tar.gz
ranch-060ede6714a40d12031668195938e673cf8691e2.tar.bz2
ranch-060ede6714a40d12031668195938e673cf8691e2.zip
Tweak CI workflow following ci.erlang.mk changes
-rw-r--r--.github/workflows/ci.yaml19
1 files changed, 1 insertions, 18 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5eb7e53..8f37890 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: Ranch
- needs: cleanup-master
+ name: Check
uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master