We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43a9b92 + d8e0882 commit 86ce67aCopy full SHA for 86ce67a
.github/workflows/test.yml
@@ -5,6 +5,10 @@ on: [push, pull_request]
5
6
permissions: read-all
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
# Note: UI related linter tests will run in the gui job.
14
lint:
0 commit comments