Skip to content

Commit

Permalink
chore: enable e2e and tagged release (#13848)
Browse files Browse the repository at this point in the history
* chore: enable e2e and tagged release

* core: update tag name

* Revert "core: update tag name"

This reverts commit c994f51.

---------

Co-authored-by: Ashwin Kumar <[email protected]>
  • Loading branch information
ashwinkumar6 and Ashwin Kumar authored Sep 26, 2024
1 parent 92a9101 commit 3dfde04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
push:
branches:
- storage-browser/main
- storage-browser/integrity

jobs:
e2e:
Expand All @@ -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 }}

0 comments on commit 3dfde04

Please sign in to comment.