We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbbf18 commit 4ada6a4Copy full SHA for 4ada6a4
.github/workflows/sign_and_release.yml
@@ -466,7 +466,7 @@ jobs:
466
uses: Altinity/ClickHouse/.github/workflows/repo-sanity-checks.yml@antalya
467
468
copy-to-released:
469
- needs: [sign-and-publish]
+ needs: [extract-package-info, sign-and-publish]
470
if: ${{ inputs.release_environment == 'production' }}
471
runs-on: [altinity-style-checker-aarch64, altinity-on-demand]
472
env:
0 commit comments