From 4f27128217540f75758f1f742cae44b539625346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:49:44 +0200 Subject: [PATCH] chore: enable downstream tests --- .github/workflows/downstream.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 99675f8fa..dce99736b 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -2,10 +2,9 @@ name: Poetry Downstream Tests on: workflow_dispatch: -# TODO: enable again after updating Poetry to use poetry-core 2.0.0 -# pull_request: {} -# push: -# branches: [main] + pull_request: {} + push: + branches: [main] jobs: tests: