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 7620a5a commit affa0e7Copy full SHA for affa0e7
.github/workflows/bench.yml
@@ -26,13 +26,17 @@ on:
26
schedule:
27
- cron: '0 0 * * *'
28
29
+concurrency:
30
+ group: ${{ github.workflow }}-${{ github.ref }}
31
+ cancel-in-progress: true
32
+
33
jobs:
34
server-baseline:
35
runs-on:
36
group: azure-ubuntu-runners
37
labels:
38
- Standard_NC4as_T4_v3
- if: ${{ github.event.schedule || github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.pull_request }}
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
42
id: checkout
0 commit comments