mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
build-lxd.yml: skip test-dist-upgrade only on arm runner
This commit is contained in:
parent
1cfb9ecd0e
commit
c5e2b905b2
2
.github/workflows/build-lxd.yml
vendored
2
.github/workflows/build-lxd.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user