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

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