Skip to content

Commit 7f32bcb

Browse files
committed
Remove concurrent runs in pr.yaml
1 parent c7a42e9 commit 7f32bcb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/linter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
26-
cancel-in-progress: true
26+
cancel-in-progress: true

.github/workflows/pr.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
- name: Test Tritonbench operators
3131
run: |
3232
bash ./.ci/tritonbench/test-operators.sh
33+
34+
concurrency:
35+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
36+
cancel-in-progress: true

0 commit comments

Comments
 (0)