From fcec697fbaea097abf9ec6cc67dab3c722efe0f0 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 26 Nov 2024 16:43:31 +0800 Subject: [PATCH] workflows/sync-images-vector: jobs rename -> vector --- .github/workflows/sync-images-vector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-images-vector.yaml b/.github/workflows/sync-images-vector.yaml index dc411b1..57549a0 100644 --- a/.github/workflows/sync-images-vector.yaml +++ b/.github/workflows/sync-images-vector.yaml @@ -14,7 +14,7 @@ on: - main jobs: - harbor-core: + vector: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2