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.
1 parent ca5d12b commit 7a516c0Copy full SHA for 7a516c0
2 files changed
.github/workflows/bookkeeping.yml
@@ -10,6 +10,10 @@ on:
10
branches:
11
- main
12
13
+concurrency:
14
+ group: ${{ github.workflow }}-${{ github.ref }}
15
+ cancel-in-progress: true
16
+
17
jobs:
18
parallel_tests:
19
name: ${{ matrix.test_type }}
.github/workflows/docker.yml
@@ -9,6 +9,10 @@ on:
9
permissions:
contents: read
linter:
runs-on: ubuntu-latest
0 commit comments