aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-10-02 11:37:42 +0200
committerLoïc Hoguin <[email protected]>2025-10-02 11:37:42 +0200
commit4d1a9d1b492cfb1f2fe80365aa10326c890ec396 (patch)
tree5f84f8fc5d3bce44afc4cbd446e6c191ab432e1c /.github
parentfa9f4663f219a9d7c7dcd7dc33ded323cce4cfcb (diff)
downloadgun-master.tar.gz
gun-master.tar.bz2
gun-master.zip
Tweak CI workflow following ci.erlang.mk changesHEADmaster
Diffstat (limited to '.github')
-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 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