From cc4fbe41b2ec757e6718ea66184b9e5cef8ff8cc Mon Sep 17 00:00:00 2001 From: Dave Wilding Date: Mon, 7 Sep 2026 11:31:22 +0800 Subject: [PATCH] Remove manual workflow dispatch note from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6204c52..a8b4fb1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To perform an adversarial test: 2. Create an issue in `basic-charms` with a link to the documentation page and a description of the claim you want to test. This could be a quote from the page or an explanation of something the page implies. - The [Probe issue](https://github.com/dwilding/basic-charms/actions/workflows/probe-issue.yaml) workflow runs automatically when an issue is opened. You can also trigger it manually from the Actions page (enter the issue number in the **Run workflow** UI) to re-run the probe on an existing issue. + The [Probe issue](https://github.com/dwilding/basic-charms/actions/workflows/probe-issue.yaml) workflow runs automatically when an issue is opened. 3. Wait for a PR to be created.