File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 id : cache-sources
5858 with :
5959 path : ./*
60- key : ${{ github.sha }}
60+ key : ${{ github.sha }}-repo
6161
6262
6363 # # BUILD ##############################################################################
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 \
You can’t perform that action at this time.
0 commit comments