Skip to content

Commit

Permalink
rename the pre condition step
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Jul 3, 2024
1 parent a9be0f3 commit 937b0b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scheduled-regression-clickhouse-24-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 0 * * *"

jobs:
get_version:
get_clickhouse_version:
runs-on: [self-hosted, type-cpx41, image-x86-app-docker-ce]
outputs:
version: ${{ steps.version.outputs.version }}
Expand All @@ -22,12 +22,12 @@ jobs:
echo "::set-output name=version::$VERSION_24_3"
clickhouse-24-3-x86:
needs: get_version
needs: get_clickhouse_version
uses: ./.github/workflows/reusable-workflow-x86.yml
name: "${{ needs.get_version.outputs.version }}"
name: "${{ needs.get_clickhouse_version.outputs.version }}"
with:
package: "docker://clickhouse/clickhouse-server:${{ needs.get_version.outputs.version }}-alpine"
version: "${{ needs.get_version.outputs.version }}-alpine"
package: "docker://clickhouse/clickhouse-server:${{ needs.get_clickhouse_version.outputs.version }}-alpine"
version: "${{ needs.get_clickhouse_version.outputs.version }}-alpine"
extra_args: '--with-analyzer'
suite: example
secrets:
Expand Down

0 comments on commit 937b0b8

Please sign in to comment.