Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Oct 21, 2024
1 parent d038d3d commit 48249d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytype-miner.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Miner Types

on:
pull_request:
types:
- opened
- pull_request
- push
- workflow_dispatch

jobs:
test-types:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytype-neuron.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Common Types

on:
pull_request:
types:
- opened
- pull_request
- push
- workflow_dispatch

jobs:
test-types:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytype-validator.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Validator Types

on:
pull_request:
types:
- opened
- pull_request
- push
- workflow_dispatch

jobs:
test-types:
Expand Down

0 comments on commit 48249d5

Please sign in to comment.