From 3947fe1b394445e29bf2b310c7f8c6cce5dbbf39 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Thu, 19 May 2022 09:38:20 -0400 Subject: [PATCH] Update the CI/CD reference for stack-orchestrator --- .github/workflows/on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index c9d3fe6..259788e 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -25,7 +25,7 @@ on: - "**" env: - stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref || 'feature/client-build'}} + stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref || 'main'}} ipld-ethcl-db-ref: ${{ github.event.inputs.ipld-ethcl-db-ref || 'feature/schema-ipld-ethcl-indexer' }} ssz-data-ref: ${{ github.event.inputs.ssz-data-ref || 'main' }} GOPATH: /tmp/go