Skip to content

Commit 9363ac2

Browse files
committed
update-CI: fix again
1 parent 6092e60 commit 9363ac2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/update-haskell-ci-on-tested-with-pr.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ jobs:
6767

6868
# Haskell-specific: install haskell-ci from source and regenerate workflows
6969
- name: Set up Haskell toolchain
70-
uses: haskell/actions/setup@v2
71-
with:
72-
ghc-version: "latest"
73-
cabal-version: "latest"
70+
uses: haskell-actions/setup@v2
7471

7572
- name: Install haskell-ci
7673
run: |
@@ -85,13 +82,7 @@ jobs:
8582
- name: Regenerate workflows with haskell-ci
8683
run: |
8784
set -euxo pipefail
88-
# If your repo uses a .haskell-ci file, regenerate from it:
89-
if [ -f .haskell-ci ]; then
90-
haskell-ci regenerate
91-
else
92-
# Fallback: generate from cabal metadata (adjust command as needed)
93-
haskell-ci generate
94-
fi
85+
haskell-ci regenerate
9586
9687
- name: Commit changes back to PR branch
9788
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)