Skip to content

Commit

Permalink
CI: remove cabal{,-lts}-head before updating it (fix #10537)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9949014)

# Conflicts:
#	.github/workflows/validate.yml
  • Loading branch information
ulysses4ever authored and mergify[bot] committed Dec 20, 2024
1 parent d4cfaa4 commit 7eff8c8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,10 @@ jobs:
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]

steps:
# for now this is hardcoded. is there a better way?
- uses: liudonghua123/delete-release-action@v1
with:
release_name: 'cabal-head'

- uses: actions/download-artifact@v4
with:
pattern: cabal-*
Expand All @@ -476,7 +479,13 @@ jobs:
needs: [validate, validate-old-ghcs, build-alpine, dogfooding]

steps:
<<<<<<< HEAD
- run: echo "|${{ github.ref }}|${{ github.base_ref }}|"
=======
- uses: liudonghua123/delete-release-action@v1
with:
release_name: 'cabal-lts-head'
>>>>>>> 994901461 (CI: remove cabal{,-lts}-head before updating it (fix #10537))

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7eff8c8

Please sign in to comment.