From 00c1fdf2afc695ed154f90e6407ff08b0b088cdd Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Mon, 4 Mar 2024 10:54:39 -0500 Subject: [PATCH] [ci] Move Cassandra to end of build chain --- .github/workflows/debezium-workflow-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debezium-workflow-push.yml b/.github/workflows/debezium-workflow-push.yml index fb960b4ca..e1292516c 100644 --- a/.github/workflows/debezium-workflow-push.yml +++ b/.github/workflows/debezium-workflow-push.yml @@ -271,7 +271,7 @@ jobs: # Approx 25m build_cassandra: name: "Cassandra" - needs: [ check_style, build_storage ] + needs: [ check_style, build_debezium_server ] runs-on: ubuntu-latest steps: - name: Checkout Action (Debezium Core) @@ -358,7 +358,7 @@ jobs: # Approx 20m build_vitess: name: "Vitess" - needs: [ check_style, build_cassandra ] + needs: [ check_style, build_storage ] runs-on: ubuntu-latest steps: - name: Checkout Action (Debezium Core) @@ -469,4 +469,4 @@ jobs: - uses: ./core/.github/actions/build-debezium-server with: path-core: core - path-server: server \ No newline at end of file + path-server: server