Revert "build-lxd.yml: skip test-dist-upgrade only on arm runner"

This reverts commit e56bc5b71d3feb712629bac5cc94a1fdfe9bb263.
This commit is contained in:
Tobias Knöppler 2025-10-18 00:22:50 +02:00
parent 63d9398fca
commit 90fd93e888

View File

@ -341,7 +341,7 @@ jobs:
# } # }
test-dist-upgrade: test-dist-upgrade:
if: ${{ runner.arch != 'ARM64' }} if: false
needs: needs:
- determine-runner - determine-runner
runs-on: ${{ needs.determine-runner.outputs.runner_label }} runs-on: ${{ needs.determine-runner.outputs.runner_label }}