We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbbe1c commit 2bfef47Copy full SHA for 2bfef47
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "services=$SERVICES" >> $GITHUB_OUTPUT
39
40
build:
41
- needs: setup-matrix
+ needs: setup-services
42
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
43
strategy:
44
matrix:
0 commit comments