Fix: Concurrency control to cancel outdated builds

This commit is contained in:
2025-11-19 08:32:14 -08:00
parent 2c8525030e
commit 72f2e955bc

View File

@@ -6,6 +6,10 @@ on:
- master
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-font:
runs-on: ubuntu-latest