Skip to content

Commit

Permalink
Don't run actions on all changes to main branch
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 550842607
Change-Id: I90fa5a931a19b91f4a46ff89c7ffee58dc59f590
  • Loading branch information
jagapiou authored and Copybara-Service committed Jul 25, 2023
1 parent 2599629 commit ef958a7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ name: pylint

on:
push:
branches:
- main
paths:
- '.github/workflows/pylint.yml'
- '.pylintrc'
- 'examples/**'
- 'meltingpot/**'
pull_request:
branches:
- main
paths:
- '.github/workflows/pylint.yml'
- '.pylintrc'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pypi-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ on:
schedule:
- cron: "0 2 * * 1" # Every Monday at 2am.
push:
branches:
- main
paths:
- '.github/workflows/pypi-status.yml'
pull_request:
branches:
- main
paths:
- '.github/workflows/pypi-status.yml'
workflow_dispatch:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pytype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ name: pytype

on:
push:
branches:
- main
paths:
- '.github/workflows/pytype.yml'
- 'examples/**'
- 'meltingpot/**'
- 'pyproject.toml'
pull_request:
branches:
- main
paths:
- '.github/workflows/pytype.yml'
- 'examples/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ name: test-examples

on:
push:
branches:
- main
paths:
- '.github/workflows/test-examples.yml'
- 'examples/**'
- 'meltingpot/**'
- 'setup.py'
pull_request:
branches:
- main
paths:
- '.github/workflows/test-examples.yml'
- 'examples/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ name: test-meltingpot

on:
push:
branches:
- main
paths:
- '.github/workflows/test-meltingpot.yml'
- 'meltingpot/**'
- 'setup.py'
pull_request:
branches:
- main
paths:
- '.github/workflows/test-meltingpot.yml'
- 'meltingpot/**'
Expand Down

0 comments on commit ef958a7

Please sign in to comment.