ci: drop concurrency key (rejected by Gitea)
Some checks failed
CI / Windows build (push) Failing after 55m29s
Some checks failed
CI / Windows build (push) Failing after 55m29s
The concurrency block caused Gitea to not create a run for the push. Gitea already auto-cancels the prior run on a new push, so it is not needed. Keep the faster curl.exe SDK download.
This commit is contained in:
@@ -8,12 +8,6 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
# Supersede an in-progress run when a new commit is pushed (so a slow run does
|
|
||||||
# not block the next iteration). Ignored by older Gitea, harmless if so.
|
|
||||||
concurrency:
|
|
||||||
group: windows-ci
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
# Targets a self-hosted Windows runner inside mainland China. See README
|
# Targets a self-hosted Windows runner inside mainland China. See README
|
||||||
# "Continuous integration" for runner prerequisites. Key points:
|
# "Continuous integration" for runner prerequisites. Key points:
|
||||||
# * github.com is unreachable here, so the checkout action is pulled from the
|
# * github.com is unreachable here, so the checkout action is pulled from the
|
||||||
|
|||||||
Reference in New Issue
Block a user