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 8c7825d commit 5ab4d7dCopy full SHA for 5ab4d7d
.github/workflows/test-pr.yml
@@ -6,6 +6,9 @@ on:
6
- reopened
7
- ready_for_review
8
- synchronize
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.head_ref }}
11
+ cancel-in-progress: true
12
jobs:
13
chart_validation:
14
runs-on: ubuntu-latest
0 commit comments