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.
2 parents ca7b924 + 61cb333 commit 0c43ff5Copy full SHA for 0c43ff5
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ on:
8
- v*
9
pull_request:
10
11
+concurrency:
12
+ group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
ci:
17
runs-on: ubuntu-latest
0 commit comments