From 5cea85ee520578d099338243f91a6fcd82c16ca1 Mon Sep 17 00:00:00 2001 From: Talha Date: Fri, 8 Mar 2024 06:01:13 -0600 Subject: [PATCH 1/3] on run migration tests on all PRs --- .github/workflows/ci_db_migrations.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_db_migrations.yml b/.github/workflows/ci_db_migrations.yml index 2109cac03..a8fd251b5 100644 --- a/.github/workflows/ci_db_migrations.yml +++ b/.github/workflows/ci_db_migrations.yml @@ -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: From 675b4f21106dd9d23f80d8f4109d6a345f6292d9 Mon Sep 17 00:00:00 2001 From: Talha Date: Fri, 8 Mar 2024 06:02:44 -0600 Subject: [PATCH 2/3] migrated away from Scaleway runner --- .github/workflows/ci_instrumented_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_instrumented_tests.yml b/.github/workflows/ci_instrumented_tests.yml index 85f7c32f3..59abdbcec 100644 --- a/.github/workflows/ci_instrumented_tests.yml +++ b/.github/workflows/ci_instrumented_tests.yml @@ -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: From 4651b53c450663e2ad147248bd327ca2cef3eb9b Mon Sep 17 00:00:00 2001 From: Talha Date: Fri, 8 Mar 2024 06:03:53 -0600 Subject: [PATCH 3/3] removed codeowners --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 44c0022f7..e69de29bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +0,0 @@ -* @WalletConnect/kotlin-team @kacperoak @Elyniss @jakubuid @TalhaAli00 \ No newline at end of file