Skip to content

Commit a7ee0a9

Browse files
committed
ci: gate testing image publish on testing release
1 parent 630b777 commit a7ee0a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ecr-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ env:
1414

1515
jobs:
1616
build-and-upload-image-to-ecr:
17+
# Only publish when the release includes a new testing package version.
18+
if: contains(github.event.release.tag_name, 'testing-v')
1719
runs-on: ubuntu-latest
1820
permissions:
1921
contents: read

0 commit comments

Comments
 (0)