Skip to content

Commit 31f50bd

Browse files
committed
fix: repository to volcengine
1 parent a69c8ff commit 31f50bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-to-registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-push:
1010
runs-on: ubuntu-latest
1111
# This job is executed only when the repository is the main repository.
12-
if: github.repository == 'zakahan/veadk-python'
12+
if: github.repository == 'volcengine/veadk-python'
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)