Skip to content

Commit 45aa3ed

Browse files
committed
fix project name
1 parent 60379e9 commit 45aa3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test with Python ${{ matrix.python-version }}
1111
runs-on: ubuntu-latest
1212

13-
if: github.repository == 'google-a2a/a2a-python'
13+
if: github.repository == 'a2aproject/a2a-python'
1414
services:
1515
postgres:
1616
image: postgres:15-alpine

0 commit comments

Comments
 (0)