Skip to content

Commit

Permalink
Don't run performance tests for client update PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 10, 2024
1 parent 4acb6ed commit b2fc0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
perf-test:
if: github.repository_owner == 'opentripplanner' && !startsWith(github.event.head_commit.message ,'Bump serialization version id for')
if: github.repository_owner == 'opentripplanner' && !startsWith(github.event.head_commit.message ,'Bump serialization version id for') && !startsWith(github.event.head_commit.message ,'Upgrade debug client to version')
runs-on: performance-test
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion client-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ or add it to a new `.env.development.local` file (this file will be ignored by g

In production mode, the default is to access OTP via the same origin as the client (see `.env`).
This behavior can also be modified by changing the previously mentioned environment variable at
build-time..
build-time.

0 comments on commit b2fc0a1

Please sign in to comment.