Skip to content

Commit 7556e30

Browse files
authored
repo
1 parent 4c9c566 commit 7556e30

1 file changed

Lines changed: 2 additions & 23 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: cache-sources
5858
with:
5959
path: ./*
60-
key: ${{ github.sha }}
60+
key: ${{ github.sha }}-repo
6161

6262

6363
## BUILD ##############################################################################
@@ -86,7 +86,7 @@ jobs:
8686
id: cache-sources
8787
with:
8888
path: ./*
89-
key: ${{ github.sha }}
89+
key: ${{ github.sha }}-repo
9090

9191
- name: "✔️ ls"
9292
run: |
@@ -140,27 +140,6 @@ jobs:
140140
with:
141141
name: '*'
142142

143-
# - name: Cleanup
144-
# run: |
145-
# gh extension install actions/gh-actions-cache
146-
147-
# REPO=${{ github.repository }}
148-
# BRANCH="refs/pull/${{ github.event.pull_request.number }}/merge"
149-
150-
# echo "Fetching list of cache key"
151-
# cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )
152-
153-
# ## Setting this to not fail the workflow while deleting cache keys.
154-
# set +e
155-
# echo "Deleting caches..."
156-
# for cacheKey in $cacheKeysForPR
157-
# do
158-
# gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm
159-
# done
160-
# echo "Done"
161-
# env:
162-
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163-
164143
- name: "✔️ list Caches"
165144
run: |
166145
curl \

0 commit comments

Comments
 (0)