ci: remove concurrency key (not supported by Gitea Actions)

This commit is contained in:
2026-06-03 20:42:37 -03:00
parent b77f4b1ced
commit 08ebdc6f9b
-4
View File
@@ -6,10 +6,6 @@ on:
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "1"