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

This commit is contained in:
Tobias Knöppler 2025-10-18 00:16:18 +02:00
parent 1cfb9ecd0e
commit c5e2b905b2

View File

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