From 29324e6d865c36ffbeb02cef4d4a9fbefbf2da6e Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:00:21 +0100 Subject: [PATCH] Add note to action --- .github/workflows/poetry_update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/poetry_update.yml b/.github/workflows/poetry_update.yml index e664eabdb..05af2a7a6 100644 --- a/.github/workflows/poetry_update.yml +++ b/.github/workflows/poetry_update.yml @@ -52,3 +52,7 @@ jobs: _Note: there may be dependencies in the table above which were not updated as part of this PR. The reason is they require manual updating due to the way they are pinned._ + + _Note: the curent version of this action does **not** trigger other + GitHub workflows (e.g. the CI one). To do so, please manually close + and re-open this PR.