Skip to content

Commit 69d9c50

Browse files
committed
Bench: disable Code Style and Database Staging jobs
1 parent 0440bae commit 69d9c50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/account.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
code-style-and-linting:
163163
name: Code Style and Linting
164-
if: github.event_name == 'pull_request'
164+
if: false # BENCH: temporarily disabled for PP-1209 CI A/B benchmark
165165
runs-on: ubuntu-24.04
166166

167167
steps:
@@ -236,7 +236,7 @@ jobs:
236236
237237
database-migrations-stage:
238238
name: Database Staging
239-
if: ${{ vars.STAGING_CLUSTER_ENABLED == 'true' }}
239+
if: false # BENCH: temporarily disabled for PP-1209 CI A/B benchmark
240240
needs: build-and-test
241241
uses: ./.github/workflows/_migrate-database.yml
242242
secrets: inherit

0 commit comments

Comments
 (0)