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 d9a6fb8 + 3ec67db commit b69fd28Copy full SHA for b69fd28
3 files changed
.github/CODEOWNERS
@@ -1 +1,2 @@
1
* @graduta
2
+* @isaachilly
.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