Skip to content

Commit 4db86ea

Browse files
committed
ICU-23246 Allow signing artifacts on icu4x/ releases
1 parent 83fd74f commit 4db86ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-check-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
sign_and_checksums:
18-
if: ${{ inputs.gitReleaseTag && startsWith(inputs.gitReleaseTag, 'release-') }}
18+
if: ${{ inputs.gitReleaseTag && (startsWith(inputs.gitReleaseTag, 'release-') || startsWith(inputs.gitReleaseTag, 'icu4x/')) }}
1919
runs-on: ubuntu-22.04 # Updated in BRS
2020
environment: release-env
2121

0 commit comments

Comments
 (0)