Skip to content

Commit 4d1a9d1

Browse files
committed
Tweak CI workflow following ci.erlang.mk changes
1 parent fa9f466 commit 4d1a9d1

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,6 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
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-
3519
check:
36-
name: Gun
37-
needs: cleanup-master
20+
name: Check
3821
uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master

0 commit comments

Comments
 (0)