Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Python tests
name: CI

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
validate-branch-target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create-github-release:
needs: check-tests
if: github.ref_type == 'tag' && github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-22.04
permissions:
contents: write # Required for creating releases
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from mageflow.chain.model import ChainTaskSignature
from mageflow.signature.model import TaskSignature
from mageflow.startup import update_register_signature_models, mageflow_config
from tests.integration.hatchet.worker import ContextMessage
from tests.integration.hatchet.models import ContextMessage

pytest.register_assert_rewrite("tests.assertions")

Expand Down
Loading
Loading