Add workflow concurrency handling

This commit is contained in:
2024-10-24 22:16:18 +02:00
parent 1716b518d9
commit 3a5dec7750

View File

@ -12,6 +12,10 @@ on:
compile.sh
]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
compile:
name: Compile notes