Skip to content

Commit 9411cd1

Browse files
committed
fix: repo volcengine
1 parent 2f61bff commit 9411cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latest-image-to-ark-cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build-and-push:
2626
runs-on: ubuntu-latest
2727
# This job is executed only when the repository is the main repository.
28-
if: github.repository == 'zakahan/veadk-python'
28+
if: github.repository == 'volcengine/veadk-python'
2929
steps:
3030
- name: Checkout code
3131
uses: actions/checkout@v4

.github/workflows/preview-image-to-ark-cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build-and-push:
2424
runs-on: ubuntu-latest
2525
# This job is executed only when the repository is the main repository.
26-
if: github.repository == 'zakahan/veadk-python'
26+
if: github.repository == 'volcengine/veadk-python'
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)