Skip to content

Commit

Permalink
Workflow concurrency groups (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Oct 2, 2024
1 parent 9617fa0 commit 1cb3783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/remote-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ on:
env:
HOST: "${{ inputs.test_device_addr == '<default>' && secrets.BENCHMARK_HOST || inputs.test_device_addr }}"

concurrency:
group: ${{ inputs.test_device_addr }}
cancel-in-progress: ${{ inputs.run_type == 'nightly' }}

jobs:
setup-benchmarks:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 1cb3783

Please sign in to comment.