From 620054f8c3e228f9687250ac76fa0ada61c78f6b Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 10 Jun 2026 16:12:08 -0400 Subject: [PATCH] Update limitations section in README Added a note about the broadness of the `on: status` event and its implications. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94023d9..03015c4 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ jobs: Currently has (known) limitations: +- The `on: status` event is way too broad, but there doesn't seem to be a way of limiting it. + This leads to lots of 1-2s actions for each status update (see [#27](https://github.com/scientific-python/circleci-artifacts-redirector-action/issues/27)). - Tests do not test anything (haven't gotten around to fixing them) - Only allows redirecting to a single file that must be configured ahead of time as a file (cannot be changed within the CircleCI run)