From aa7ba56aebb4057d88359311924149de078d7c5e Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:50:30 -0700 Subject: [PATCH] Update CI/CD job concurrency (#1830) --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 31d4c0bdd..39b3e0128 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -10,7 +10,7 @@ env: concurrency: cancel-in-progress: true - group: ${{ github.repository }}-${{ github.workflow }}-${{ github.sha }} + group: ${{ github.repository }}-${{ github.workflow }}-${{ github.head_ref || github.ref }} jobs: pre-commit: @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: - - macOS-latest + - macos-latest - ubuntu-latest - windows-latest python-version: @@ -128,7 +128,7 @@ jobs: strategy: matrix: os: - - macOS-latest + - macos-latest - ubuntu-latest - windows-latest steps: