We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0440bae commit 69d9c50Copy full SHA for 69d9c50
1 file changed
.github/workflows/account.yml
@@ -161,7 +161,7 @@ jobs:
161
162
code-style-and-linting:
163
name: Code Style and Linting
164
- if: github.event_name == 'pull_request'
+ if: false # BENCH: temporarily disabled for PP-1209 CI A/B benchmark
165
runs-on: ubuntu-24.04
166
167
steps:
@@ -236,7 +236,7 @@ jobs:
236
237
database-migrations-stage:
238
name: Database Staging
239
- if: ${{ vars.STAGING_CLUSTER_ENABLED == 'true' }}
240
needs: build-and-test
241
uses: ./.github/workflows/_migrate-database.yml
242
secrets: inherit
0 commit comments