Skip to content

Commit

Permalink
ci: Change perf test concurrency (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jul 5, 2024
1 parent a18129b commit 6c0c465
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-performance.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Benchmark performance

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

on: workflow_dispatch

Expand Down

0 comments on commit 6c0c465

Please sign in to comment.