fix: test workflow

This commit is contained in:
Catriel Müller
2026-04-14 00:18:23 -03:00
parent 98d60f1763
commit 52583cd867
+5 -7
View File
@@ -7,13 +7,11 @@ on:
pull_request:
workflow_dispatch:
# kilocode_change start
# concurrency:
# Keep every run on main so cancelled checks do not pollute the default branch
# commit history. PRs and other branches still share a group and cancel stale runs.
# group: ${{ case(github.ref == 'refs/heads/main', format('{0}-{1}', github.workflow, github.run_id), format('{0}-{1}', github.workflow, github.event.pull_request.number || github.ref)) }}
# cancel-in-progress: true
# kilocode_change end
concurrency:
# Keep every run on main so cancelled checks do not pollute the default branch
# commit history. PRs and other branches still share a group and cancel stale runs.
group: ${{ case(github.ref == 'refs/heads/main', format('{0}-{1}', github.workflow, github.run_id), format('{0}-{1}', github.workflow, github.event.pull_request.number || github.ref)) }}
cancel-in-progress: true
permissions:
contents: read