Skip to content

Commit facfad4

Browse files
committed
ci: add concurency for issue workflow
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 74788e8 commit facfad4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/need-fix-to-issue.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ permissions:
2020
contents: read
2121
issues: write
2222

23+
concurrency:
24+
group: ${{ github.workflow }}-${{ github.ref }}
25+
cancel-in-progress: true
26+
2327
jobs:
2428
main:
2529
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.0

src/config/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"font_family": {
2222
"primary": "Inter:wght@400;500;600;700",
2323
"primary_type": "sans-serif",
24-
"secondary": "Merriweather:wght@700;900",
24+
"secondary": "Roboto Mono:wght@700;900",
2525
"secondary_type": "sans-serif"
2626
}
2727
}

0 commit comments

Comments
 (0)