We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beed494 commit e1075daCopy full SHA for e1075da
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
test:
15
runs-on: ubuntu-latest
.github/workflows/cli_regression.yml
@@ -4,6 +4,10 @@ on:
4
5
0 commit comments