Skip to content

Commit

Permalink
Merge pull request #1341 from WalletConnect/feature/meta/fix_workflows
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
Talhaali00 authored Mar 8, 2024
2 parents 70c713b + 4651b53 commit 2258523
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 2258523

Please sign in to comment.