Skip to content

Commit

Permalink
github: fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Emantor committed Apr 26, 2023
1 parent 0a363aa commit a35867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
build-and-release:
name: Release to Pypi
needs: push-pr-unit-tests
if: github.event_name == 'push' && github.repository == 'labgrid-project/pyserial-labgrid'
if: github.event_name == 'push' && github.repository == 'labgrid-project/pyserial'
uses: ./.github/workflows/build-and-release.yml
secrets: inherit

0 comments on commit a35867a

Please sign in to comment.