We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f6f27 commit d78c49bCopy full SHA for d78c49b
.github/workflows/triton-benchmarks.yml
@@ -43,6 +43,11 @@ on:
43
- .github/workflows/triton-benchmarks.yml
44
- benchmarks/**
45
46
+# Cancels in-progress PR runs when the PR is updated. Manual runs are never cancelled.
47
+concurrency:
48
+ group: ${{ github.workflow }}-${{ github.event_name == 'workflow_dispatch' && github.run_id || github.event.pull_request.number || github.ref }}
49
+ cancel-in-progress: true
50
+
51
permissions: read-all
52
53
env:
0 commit comments