Skip to content

Commit

Permalink
ci: remove glob path pattern for python client tests workflow (#1143)
Browse files Browse the repository at this point in the history
We shouldn't need to run the Python client tests whenever we change a
workflow file for something like the frontend deployment 🤣
  • Loading branch information
codemonkey800 authored Sep 16, 2024
1 parent e0b1483 commit 18780a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
paths:
- 'client/python/**'
- '.github/workflows/**'
- '.github/workflows/client-python.yml'
pull_request:
branches:
- '**'
paths:
- 'client/python/**'
- '.github/workflows/**'
- '.github/workflows/client-python.yml'

jobs:
test-client-python:
Expand Down

0 comments on commit 18780a6

Please sign in to comment.