Skip to content

Commit

Permalink
Don't run main pytype/pylint on examples change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588735994
Change-Id: I54967cecc4b8bf41be26a2c9604c42476f3c1747
  • Loading branch information
jagapiou authored and copybara-github committed Dec 7, 2023
1 parent 4f63d38 commit 25eb693
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pylint-concordia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- '.github/actions/install-concordia/action.yml'
- '.github/workflows/pylint-concordia.yml'
- '.pylintrc'
- 'examples/**'
- 'concordia/**'
- 'setup.py'
pull_request:
Expand All @@ -18,7 +17,6 @@ on:
- '.github/actions/install-concordia/action.yml'
- '.github/workflows/pylint-concordia.yml'
- '.pylintrc'
- 'examples/**'
- 'concordia/**'
- 'setup.py'
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pytype-concordia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths:
- '.github/actions/install-concordia/action.yml'
- '.github/workflows/pytype-concordia.yml'
- 'examples/**'
- 'concordia/**'
- 'pyproject.toml'
- 'setup.py'
Expand All @@ -17,7 +16,6 @@ on:
paths:
- '.github/actions/install-concordia/action.yml'
- '.github/workflows/pytype-concordia.yml'
- 'examples/**'
- 'concordia/**'
- 'pyproject.toml'
- 'setup.py'
Expand Down

0 comments on commit 25eb693

Please sign in to comment.