Skip to content

Commit

Permalink
Ensure all tests run when setup.py changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 551955317
Change-Id: Ia6ccc5a75a476d8d2c4f3785f02c89d481ec8cc5
  • Loading branch information
jagapiou authored and Copybara-Service committed Jul 28, 2023
1 parent e0bcbf7 commit 77be804
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '.pylintrc'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
pull_request:
branches:
- main
Expand All @@ -21,6 +22,7 @@ on:
- '.pylintrc'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pylint-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '.pylintrc'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
pull_request:
branches:
- main
Expand All @@ -19,6 +20,7 @@ on:
- '.pylintrc'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytype-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
- 'setup.py'
pull_request:
branches:
- main
Expand All @@ -21,6 +22,7 @@ on:
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
- 'setup.py'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytype-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
- 'setup.py'
pull_request:
branches:
- main
Expand All @@ -19,6 +20,7 @@ on:
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
- 'setup.py'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- '.github/workflows/test-examples.yml'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
- 'pyproject.toml'
- 'setup.py'
pull_request:
branches:
- main
Expand All @@ -21,8 +21,8 @@ on:
- '.github/workflows/test-examples.yml'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
- 'pyproject.toml'
- 'setup.py'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
- '.github/actions/install-meltingpot/action.yml'
- '.github/workflows/test-meltingpot.yml'
- 'meltingpot/**'
- 'setup.py'
- 'pyproject.toml'
- 'setup.py'
pull_request:
branches:
- main
paths:
- '.github/actions/install-meltingpot/action.yml'
- '.github/workflows/test-meltingpot.yml'
- 'meltingpot/**'
- 'setup.py'
- 'pyproject.toml'
- 'setup.py'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 77be804

Please sign in to comment.