From b14b39193eceda6680052525a95cbc8340760200 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 15 Dec 2022 11:57:25 -0600 Subject: [PATCH] swap trigger, update commit sha on release workflow (#435) * swap trigger, update commit sha * update needs --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa3d6b397..2eea6e8cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ name: Build, Test, and Package on: - workflow_call: + workflow_dispatch: inputs: sha: description: "The last commit sha in the release" @@ -179,10 +179,10 @@ jobs: github-release: name: GitHub Release if: ${{ !failure() && !cancelled() }} - needs: build-test-package + needs: test-build # pin to commit since this is workflow is WIP but this commit has been tested as working - uses: dbt-labs/dbt-release/.github/workflows/github-release.yml@7b6e01d + uses: dbt-labs/dbt-release/.github/workflows/github-release.yml@7b6e01d73d2c8454e06302cc66ef4c2dbd4dbe4e with: sha: ${{ inputs.sha }}