We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f444e1c commit 369b0afCopy full SHA for 369b0af
.github/workflows/cicd-main.yml
@@ -102,7 +102,7 @@ jobs:
102
timeout: ${{ matrix.timeout || 10 }}
103
is_unit_test: "true"
104
image: emerging_optimizers
105
- cpu-only: ${{ matrix.cpu-only || false }}
+ cpu-only: ${{ matrix.cpu-only || true }}
106
has-azure-credentials: "true"
107
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
108
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments