Skip to content

Commit

Permalink
Test checks script
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Dec 31, 2024
1 parent 7a57351 commit 74886bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sdk-size-checks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: SDK size checks

on:
# pull_request:
workflow_dispatch:
pull_request:

env:
MODULES: "stream-chat-android-compose"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sdk-size-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true

env:
MODULES: "stream-chat-android-compose"
Expand Down

0 comments on commit 74886bb

Please sign in to comment.