From 2af9419fa4577af0761cfb69a1fd25873cacace0 Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Tue, 24 Oct 2023 15:34:00 +0200 Subject: [PATCH] doc: No longer run kata-deploy test when releasing This is already tested by CI for every PR. Drop this step from the release process documentation. Fixes #8302 Signed-off-by: Greg Kurz --- docs/Release-Process.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Release-Process.md b/docs/Release-Process.md index 962463c43..9c5c96d66 100644 --- a/docs/Release-Process.md +++ b/docs/Release-Process.md @@ -31,7 +31,6 @@ ### Merge all bump version Pull requests - The above step will create a GitHub pull request in the Kata projects. Trigger the CI using `/test` command on each bump Pull request. - - Trigger the `test-kata-deploy` workflow which is under the `Actions` tab on the repository GitHub page (make sure to select the correct branch and validate it passes). - Check any failures and fix if needed. - Work with the Kata approvers to verify that the CI works and the pull requests are merged.