diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 515a1aa3..745ab444 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -23,4 +23,4 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }} - cancel-in-progress: true \ No newline at end of file + cancel-in-progress: true diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e89e6fb8..9ce8c168 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -30,3 +30,7 @@ jobs: - name: Test Tritonbench operators run: | bash ./.ci/tritonbench/test-operators.sh + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }} + cancel-in-progress: true