From ea22d87bdc38dac43d3e1881a1e5faa1024ec481 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 19 Apr 2024 17:33:05 +0200 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6159a47..2668453 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ jobs: which: ${{ inputs.which }} ``` -Then trigger it manually using the 'run workflow' button under the actions tab. +Then trigger it manually using the 'run workflow' button under the actions tab. Note that you can pick a branch to test, so you can perform reverse dependency checks on a feature branch before merging into main. + +A summary of the results can be seen in the GHA webUI. Upon completion, the full install/check logs for all packages are available in the 'artifacts' section. ## Recheck goals and limitations