From bf67306a9e2a49bc56eb2a23eadf4fdadb080e37 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 1 May 2024 16:24:37 -0700 Subject: [PATCH] reduce changes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8736de3..3f39c89d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,7 +203,7 @@ jobs: CHECK: name: CI - uses: signalwire/actions-template/.github/workflows/ci-check.yml@ryanwi/debug-container-test + uses: signalwire/actions-template/.github/workflows/ci-check.yml@main with: ENVIRONMENT: ${{ inputs.ENVIRONMENT }} PROJECT_NAME: ${{ inputs.PROJECT_NAME }} @@ -241,7 +241,7 @@ jobs: BUILD: name: BUILD needs: CHECK - uses: signalwire/actions-template/.github/workflows/ci-build.yml@ryanwi/debug-container-test + uses: signalwire/actions-template/.github/workflows/ci-build.yml@main with: ENVIRONMENT: ${{ inputs.ENVIRONMENT }} PROJECT_NAME: ${{ inputs.PROJECT_NAME }}