this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

setup concurrency group for typst workflow

Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com>

+4
+4
.github/workflows/typst.yml
··· 10 10 permissions: 11 11 contents: write 12 12 13 + concurrency: 14 + group: typst-${{ github.ref_name }} 15 + cancel-in-progress: true 16 + 13 17 jobs: 14 18 build: 15 19 runs-on: ubuntu-latest