Skip to content

Commit

Permalink
Dont run test-with-llms for the readonly queue branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Sep 4, 2024
1 parent c076bb4 commit 03f3769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
secrets: inherit # pragma: allowlist secret

test-with-llms:
# gh-readonly-queue
if: ${{ !startsWith(github.ref_name, 'update') }}
# Don't run this job for the readonly queue branches
if: ${{ !startsWith(github.ref_name, 'gh-readonly-queue') }}
strategy:
matrix:
pytest-marks: ["openai and (not brief_creation_team and not campaign_creation_team and not weekly_analysis_team and not get_info_from_the_web_page and not fastapi_openapi_team)", "brief_creation_team and openai", "campaign_creation_team and openai", "weekly_analysis_team", "get_info_from_the_web_page", "fastapi_openapi_team"]
Expand Down

0 comments on commit 03f3769

Please sign in to comment.