diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7bf45ef..e4471405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI tests on: pull_request: + types: [ready_for_review, opened, synchronize, reopened] push: branches: diff --git a/.github/workflows/dependable-bot.yml b/.github/workflows/dependable-bot.yml index 2f386753..a7a44cda 100644 --- a/.github/workflows/dependable-bot.yml +++ b/.github/workflows/dependable-bot.yml @@ -49,3 +49,4 @@ jobs: title: "Update uv.lock with latest dependencies" body-path: ./pydatalab/output.txt labels: dependency_updates,Python + draft: always-true