Skip to content

Commit

Permalink
Fix python-integration-tests name (#1223)
Browse files Browse the repository at this point in the history
fix python-integration-tests name. replace 'api' with 'test-targets'
  • Loading branch information
pavlovic-ivan authored May 23, 2024
1 parent 753a7e7 commit 9fd8526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

python-integration-tests:
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
name: Python Integration Tests (${{ matrix.api }})
name: Python Integration Tests (${{ matrix.test-targets }})
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 9fd8526

Please sign in to comment.