From 3dfde0483e2969dbae85de1a51488d45b8d0450a Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 26 Sep 2024 10:53:05 -0700 Subject: [PATCH] chore: enable e2e and tagged release (#13848) * chore: enable e2e and tagged release * core: update tag name * Revert "core: update tag name" This reverts commit c994f5150fbfd6d6413121f702af265a324333a5. --------- Co-authored-by: Ashwin Kumar --- .github/workflows/push-preid-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index c24a87da0a3..dcf6ca18b6b 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - storage-browser/main + - storage-browser/integrity jobs: e2e: @@ -34,5 +34,5 @@ jobs: # 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: storage-browser + preid: storage-browser-integrity # preid: ${{ needs.parse-preid.outputs.preid }}