Skip to content

Commit e046c32

Browse files
committed
Only run Weeder on x86_64-linux in CI
1 parent 1fdf8b1 commit e046c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
git diff --ignore-cr-at-eol --exit-code unison-cli-integration/integration-tests
161161
162162
- name: check for dead code
163+
if: runner.arch == 'x64' && runner.os == 'Linux'
163164
uses: freckle/weeder-action@8a97af19a69ef455f26d1fa8b0c19f9a2a90209a # v3
164165
with:
165166
ghc-version: "9.6.5" # This needs to match the resolver in stack.yaml

0 commit comments

Comments
 (0)