We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd7c06 commit b321e9cCopy full SHA for b321e9c
.github/workflows/coverage.yml
@@ -2,6 +2,10 @@ name: Coverage
2
3
on: push
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
9
jobs:
10
Coverage:
11
runs-on: ubuntu-latest
.github/workflows/credo.yml
@@ -2,6 +2,10 @@ name: Credo
Credo:
.github/workflows/dialyzer.yml
@@ -2,6 +2,10 @@ name: Dialyzer
Dialyzer:
0 commit comments