Skip to content

Commit

Permalink
Merge branch 'develop' into add_pairing_uri_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 authored Mar 8, 2024
2 parents fd279bb + 2258523 commit f30971b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
* @WalletConnect/kotlin-team @kacperoak @Elyniss @jakubuid @TalhaAli00
11 changes: 4 additions & 7 deletions .github/workflows/ci_db_migrations.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: DB Migration Verification

on:
push:
branches:
- develop
- master
pull_request:
branches:
- develop
- master
types:
- opened
- synchronize
- edited

concurrency:
# Support push/pr as event types with different behaviors each:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci_instrumented_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ concurrency:
jobs:
sdk_tests:
name: Run Instrumented Tests
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f30971b

Please sign in to comment.