Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
[CI] Bug fix - typo in job key
Browse files Browse the repository at this point in the history
  • Loading branch information
igiloh-pinecone committed Oct 24, 2023
1 parent c70f0f0 commit 114cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:git
jobs:
build-and-test:
name: Build & Test on ${{ matrix.os }}-py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 114cfc4

Please sign in to comment.