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.
concurrency
1 parent 0e40b26 commit 36ede45Copy full SHA for 36ede45
.github/workflows/lint-and-deploy.yaml
@@ -2,6 +2,10 @@ name: Lint and Deploy Charts
2
3
on: pull_request
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
9
permissions:
10
contents: read
11
.github/workflows/pre-commit.yml
@@ -5,6 +5,10 @@ on:
push:
branches: [main]
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
12
13
14
0 commit comments