Skip to content

Commit b9c9ceb

Browse files
authored
Use SDK size workflows from build conventions repository (#1590)
1 parent 01b3abc commit b9c9ceb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ concurrency:
1818

1919
jobs:
2020
base-android-ci:
21-
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected].0
21+
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected].1
2222
secrets: inherit

.github/workflows/pr-clean-old-drafts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ permissions:
1313

1414
jobs:
1515
pr-clean-stale:
16-
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected].0
16+
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected].1
1717
secrets: inherit

.github/workflows/pr-quality.yml

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

1616
jobs:
1717
pr-checklist:
18-
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected].0
18+
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected].1
1919
secrets: inherit

.github/workflows/sdk-size-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
compare-sdk-sizes:
12-
uses: GetStream/android-ci-actions/.github/workflows/sdk-size-checks.yml@main
12+
uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.6.1
1313
with:
1414
modules: "stream-video-android-core stream-video-android-ui-xml stream-video-android-ui-compose"
1515
metrics-project: "stream-video-android-metrics"

.github/workflows/sdk-size-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
update-sdk-sizes:
16-
uses: GetStream/android-ci-actions/.github/workflows/sdk-size-updates.yml@main
16+
uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.6.1
1717
with:
1818
modules: "stream-video-android-core stream-video-android-ui-xml stream-video-android-ui-compose"
1919
metrics-project: "stream-video-android-metrics"

0 commit comments

Comments
 (0)