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 affa0e7 commit 8d55f2fCopy full SHA for 8d55f2f
.github/workflows/bench.yml
@@ -32,10 +32,7 @@ concurrency:
32
33
jobs:
34
server-baseline:
35
- runs-on:
36
- group: azure-ubuntu-runners
37
- labels:
38
- - Standard_NC4as_T4_v3
+ runs-on: Standard_NC4as_T4_v3
39
if: ${{ github.event.schedule || github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
40
steps:
41
- name: Clone
0 commit comments