Skip to content

Commit affa0e7

Browse files
committed
TMP - bench workflow
1 parent 7620a5a commit affa0e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bench.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,17 @@ on:
2626
schedule:
2727
- cron: '0 0 * * *'
2828

29+
concurrency:
30+
group: ${{ github.workflow }}-${{ github.ref }}
31+
cancel-in-progress: true
32+
2933
jobs:
3034
server-baseline:
3135
runs-on:
3236
group: azure-ubuntu-runners
3337
labels:
3438
- Standard_NC4as_T4_v3
35-
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' }}
3640
steps:
3741
- name: Clone
3842
id: checkout

0 commit comments

Comments
 (0)