Skip to content

Commit

Permalink
Update CI/CD job concurrency (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Jun 15, 2024
1 parent 55ec92a commit aa7ba56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os:
- macOS-latest
- macos-latest
- ubuntu-latest
- windows-latest
python-version:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
strategy:
matrix:
os:
- macOS-latest
- macos-latest
- ubuntu-latest
- windows-latest
steps:
Expand Down

0 comments on commit aa7ba56

Please sign in to comment.