revert: remove concurrency from gha
All checks were successful
CI TEST3 / unit-test (pull_request) Successful in 37s
CI TEST3 / lint (pull_request) Successful in 1m2s
CI TEST3 / mutation-test (pull_request) Successful in 1m12s
CI TEST3 / fuzz-test (pull_request) Successful in 1m16s

The `cancel-in-progress` option for concurrency is not really supported by Gitea, so the whole point of the block no longer makes any sense.
This commit is contained in:
2026-03-17 20:09:53 -04:00
parent 7148704dd3
commit 2faa8feedc

View File

@@ -1,9 +1,5 @@
name: CI TEST3 name: CI TEST3
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
push: push:
branches: [main] branches: [main]