From 4580592afb59bc7aa459defa62287d0d441b5f5b Mon Sep 17 00:00:00 2001 From: David McAfee Date: Tue, 5 Mar 2024 03:08:52 -0800 Subject: [PATCH] temp config to run against E2E tests --- .github/workflows/push-preid-release.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..974bf4e9300 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -9,7 +9,7 @@ on: push: branches: # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on - - feat/example-preid-branch/main + - dependabot-63-fix jobs: e2e: @@ -25,14 +25,13 @@ jobs: run: echo "preid=$(echo $BRANCH | tr -cd '[:alnum:]_\-/.' | cut -d \/ -f 2)" >> $GITHUB_OUTPUT outputs: preid: ${{ steps.output_preid.outputs.preid }} - - preid-release: - needs: - - e2e - - parse-preid - secrets: inherit - uses: ./.github/workflows/callable-npm-publish-preid.yml - # The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern - # if your branch doesn't follow this pattern, you can override it here for your branch. - with: - preid: ${{ needs.parse-preid.outputs.preid }} +# preid-release: +# needs: +# - e2e +# - parse-preid +# secrets: inherit +# uses: ./.github/workflows/callable-npm-publish-preid.yml +# # The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern +# # if your branch doesn't follow this pattern, you can override it here for your branch. +# with: +# preid: ${{ needs.parse-preid.outputs.preid }}