Skip to content

Commit

Permalink
Fixed jobs concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Feb 20, 2024
1 parent f6c711f commit 3290aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyatlan-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
test_file: ${{fromJson(needs.qa-checks-and-unit-tests.outputs.files)}}
python-version: [3.8, 3.9]
concurrency:
group: ${{ matrix.test_file }}-${{ matrix.python-version }}
group: ${{ matrix.test_file }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 3290aa6

Please sign in to comment.