Skip to content

Commit

Permalink
TMP - bench workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 24, 2024
1 parent 7620a5a commit affa0e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@ on:
schedule:
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
server-baseline:
runs-on:
group: azure-ubuntu-runners
labels:
- Standard_NC4as_T4_v3
if: ${{ github.event.schedule || github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.pull_request }}
if: ${{ github.event.schedule || github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
steps:
- name: Clone
id: checkout
Expand Down

0 comments on commit affa0e7

Please sign in to comment.