Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ecr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:

jobs:
build-and-upload-image-to-ecr:
# Only publish when the release includes a new testing package version.
if: contains(github.event.release.tag_name, 'testing-v')
Comment thread
nvasiu marked this conversation as resolved.
Outdated
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down