diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb2ab4cf9c..499a352c8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - "**.md" concurrency: - group: build-${{ github.event.pull_request.number || github.sha }} + group: build-ci-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: diff --git a/.github/workflows/ci_sanitized.yml b/.github/workflows/ci_sanitized.yml index eae87b5918..b353932bf3 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -54,7 +54,7 @@ on: - 'vlib/v/embed_file/**.v' concurrency: - group: build-${{ github.event.pull_request.number || github.sha }} + group: build-sanitized-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 7e2d434216..acdbd5c9bf 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -9,7 +9,7 @@ on: - "**.md" concurrency: - group: build-${{ github.event.pull_request.number || github.sha }} + group: build-other-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: diff --git a/.github/workflows/paths_ci.yml b/.github/workflows/paths_ci.yml index 5a5dffbdcb..fdb03c9778 100644 --- a/.github/workflows/paths_ci.yml +++ b/.github/workflows/paths_ci.yml @@ -9,7 +9,7 @@ on: - "**.md" concurrency: - group: build-${{ github.event.pull_request.number || github.sha }} + group: build-paths-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true jobs: @@ -76,7 +76,8 @@ jobs: ## tcc has a problem interpreting paths with non latin letters in them, ## by default, but that can be solved with passing -Bthirdparty/tcc ## but after that V fails self building with: - ####### builder error: cannot write to folder D:\a\v\v\你好 my $path, @с интервали: No such file or directory + ####### builder error: cannot write to folder + ####### D:\a\v\v\你好 my $path, @с интервали: No such file or directory ## and that happens even for gcc builds, not just tcc ones steps: