1 parent 630b777 commit a7ee0a9Copy full SHA for a7ee0a9
1 file changed
.github/workflows/ecr-release.yml
@@ -14,6 +14,8 @@ env:
14
15
jobs:
16
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')
19
runs-on: ubuntu-latest
20
permissions:
21
contents: read
0 commit comments