Skip to content

Commit

Permalink
fix(ci): remove typo in concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jun 21, 2022
1 parent 6ab8e90 commit 4746005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: Run tests on Python ${{ matrix.python-version }}, on ${{ matrix.os }}
timeout-minutes: 45
concurrency:
group: ${{ github.workflow }}-run-unit-tests-${{ python-version }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
group: ${{ github.workflow }}-run-unit-tests-${{ matrix.python-version }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
needs:
- create-test-predictors-if-needed
Expand Down

0 comments on commit 4746005

Please sign in to comment.