We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a42e9 commit 7f32bcbCopy full SHA for 7f32bcb
.github/workflows/linter.yaml
@@ -23,4 +23,4 @@ jobs:
23
24
concurrency:
25
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
26
- cancel-in-progress: true
+ cancel-in-progress: true
.github/workflows/pr.yaml
@@ -30,3 +30,7 @@ jobs:
30
- name: Test Tritonbench operators
31
run: |
32
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
0 commit comments