We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9f466 commit 4d1a9d1Copy full SHA for 4d1a9d1
.github/workflows/ci.yaml
@@ -16,23 +16,6 @@ concurrency:
16
cancel-in-progress: true
17
18
jobs:
19
- cleanup-master:
20
- name: Cleanup master build
21
- runs-on: ubuntu-latest
22
- permissions:
23
- actions: write
24
- steps:
25
-
26
- - name: Cleanup master build if necessary
27
- if: ${{ github.event_name == 'schedule' }}
28
- run: |
29
- gh cache delete Linux-X64-Erlang-master -R $REPO || true
30
- gh cache delete macOS-ARM64-Erlang-master -R $REPO || true
31
- env:
32
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- REPO: ${{ github.repository }}
34
35
check:
36
- name: Gun
37
- needs: cleanup-master
+ name: Check
38
uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master
0 commit comments