Skip to content

Commit

Permalink
Change group names.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Apr 24, 2024
1 parent 576268a commit cec9d10
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_lgpu_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
TORCH_VERSION: 1.11.0+cpu

concurrency:
group: tests_gpu-${{ github.ref }}
group: tests_lgpu_cpp-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lgpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
TORCH_VERSION: 1.11.0+cpu

concurrency:
group: tests_gpu-${{ github.ref }}
group: tests_lgpu_python-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lgpumpi_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
CI_CUDA_ARCH: 86

concurrency:
group: gpu-test-mpi-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
group: tests_lgpumpi_cpp-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lgpumpi_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
CI_CUDA_ARCH: 86

concurrency:
group: gpu-test-mpi-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
group: tests_lgpumpi_python-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
OMP_PROC_BIND: "false"

concurrency:
group: tests_linux-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
group: tests_linux_cpp-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
OMP_PROC_BIND: "false"

concurrency:
group: tests_linux-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
group: tests_linux_python-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcuda_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
TORCH_VERSION: 1.11.0+cpu

concurrency:
group: tests_gpu-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
group: tests_lkcuda_cpp-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_lkcuda_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
TORCH_VERSION: 1.11.0+cpu

concurrency:
group: tests_gpu-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
group: tests_lkcuda_python-${{ github.ref }}-${{ inputs.lightning-version }}-${{ inputs.pennylane-version }}
cancel-in-progress: true

jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing::Windows
name: Testing::Windows:C++
on:
workflow_call:
inputs:
Expand All @@ -15,7 +15,7 @@ on:
- master
pull_request:
paths:
- .github/workflows/tests_windows.yml
- .github/workflows/tests_windows_cpp.yml
- pennylane_lightning/core/src/*
- pennylane_lightning/core/src/algorithms/**
- pennylane_lightning/core/src/bindings/**
Expand All @@ -30,7 +30,7 @@ on:
- pennylane_lightning/lightning_qubit/**
- tests/**
concurrency:
group: tests_windows-${{ github.ref }}
group: tests_windows_cpp-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit cec9d10

Please sign in to comment.