Skip to content

Commit 4ada6a4

Browse files
authored
release-cicd: workflow 'needs' fix
1 parent 4cbbf18 commit 4ada6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466
uses: Altinity/ClickHouse/.github/workflows/repo-sanity-checks.yml@antalya
467467

468468
copy-to-released:
469-
needs: [sign-and-publish]
469+
needs: [extract-package-info, sign-and-publish]
470470
if: ${{ inputs.release_environment == 'production' }}
471471
runs-on: [altinity-style-checker-aarch64, altinity-on-demand]
472472
env:

0 commit comments

Comments
 (0)