Skip to content

Commit a475cb1

Browse files
committed
Trigger rs-infra-core at the end of the ci/cd
1 parent 1607159 commit a475cb1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/publish-binaries.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ jobs:
551551
dask-staging-local-img:
552552
if: github.actor != 'dependabot[bot]'
553553
runs-on: ubuntu-latest
554-
name: "'dask-gateway-server/staging/local' Docker image"
554+
name: "Dask staging Docker image"
555555
needs: [set-env, services-common-whl, services-staging-whl]
556556
permissions: write-all
557557
outputs:
@@ -600,7 +600,15 @@ jobs:
600600
if: github.actor != 'dependabot[bot]'
601601
runs-on: ubuntu-latest
602602
name: "Test rs-demo"
603-
needs: [set-env, services-adgs-img, services-prip-img, services-cadip-img, services-catalog-img, services-frontend-img]
603+
needs:
604+
- set-env
605+
- services-adgs-img
606+
- services-prip-img
607+
- services-cadip-img
608+
- services-catalog-img
609+
- services-frontend-img
610+
- services-staging-img
611+
- dask-staging-local-img
604612
steps:
605613
- name: Log into Docker registry
606614
uses: docker/login-action@v3
@@ -643,7 +651,7 @@ jobs:
643651

644652
# See https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event
645653
trigger-rs-infra-core:
646-
needs: [set-env, services-common-whl, services-staging-whl]
654+
needs: [set-env, test-demo] # this must be the last job to run
647655
if: (github.actor != 'dependabot[bot]') && (needs.set-env.outputs.branch_name == 'develop')
648656
runs-on: ubuntu-latest
649657
name: "Trigger rs-infra-core workflow"

0 commit comments

Comments
 (0)