Skip to content

Commit

Permalink
ci: run on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Apr 24, 2024
1 parent 837acde commit e309c00
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main
merge_group:
types: [checks_requested]
workflow_dispatch: {}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main
merge_group:
types: [checks_requested]
workflow_dispatch: {}
Expand Down
4 changes: 2 additions & 2 deletions hugr-py/src/hugr/serialization/testing_hugr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Any, Literal
from pydantic import BaseModel, Field
from typing import Literal
from pydantic import BaseModel
from .tys import Type, USize, SumType
from .ops import Value

Expand Down
1 change: 0 additions & 1 deletion scripts/generate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
usage: python generate_schema.py [<OUT_DIR>]
"""

from typing import Any, Literal
import json
import sys
from pathlib import Path
Expand Down

0 comments on commit e309c00

Please sign in to comment.