Skip to content

Commit

Permalink
Remove push check
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Aug 22, 2024
1 parent 2518b92 commit 3403f25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytype-miner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ on:
pull_request:
type:
- opened
push:
paths:
- 'neuron/**'
- 'miner/**'

jobs:
test-types:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pytype-neuron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ on:
pull_request:
type:
- opened
push:
paths:
- 'neuron/**'

jobs:
test-types:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pytype-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ on:
pull_request:
type:
- opened
push:
paths:
- 'neuron/**'
- 'validator/**'

jobs:
test-types:
Expand Down

0 comments on commit 3403f25

Please sign in to comment.