Skip to content

Commit fc186ef

Browse files
authored
Merge pull request #10654 from haskell/wip/T10652
CI: remove cabal-head before updating it (fix #10537)
2 parents 1f36bf8 + 9949014 commit fc186ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/validate.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,10 @@ jobs:
464464
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
465465

466466
steps:
467-
# for now this is hardcoded. is there a better way?
467+
- uses: liudonghua123/delete-release-action@v1
468+
with:
469+
release_name: 'cabal-head'
470+
468471
- uses: actions/download-artifact@v4
469472
with:
470473
pattern: cabal-*
@@ -490,6 +493,10 @@ jobs:
490493
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]
491494

492495
steps:
496+
- uses: liudonghua123/delete-release-action@v1
497+
with:
498+
release_name: 'cabal-lts-head'
499+
493500
- uses: actions/download-artifact@v4
494501
with:
495502
pattern: cabal-*

0 commit comments

Comments
 (0)