ci: Don't use concurrency with workflow_call (#2069)

This commit is contained in:
Ayaz Salikhov
2025-05-01 18:03:46 +01:00
committed by GitHub
parent 7fd51d8a60
commit 477d8e1f5f
2 changed files with 0 additions and 6 deletions

View File

@@ -38,11 +38,6 @@ on:
description: Whether to strip clio binary
default: true
concurrency:
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_publish_image:
name: Build and publish image

View File

@@ -9,7 +9,6 @@ on:
paths:
- .clang_tidy
- .github/workflows/clang-tidy.yml
workflow_call:
concurrency:
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags