From 0a559b38b8fd800bbaa11b749b781d7d3ac33a00 Mon Sep 17 00:00:00 2001 From: Alessio Greggi Date: Thu, 12 Oct 2023 16:45:32 +0200 Subject: [PATCH] docs: update table of workflows Signed-off-by: Alessio Greggi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6d72b..8fa42cd 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ Here's the list of reusable workflows available from this repository: | **Name** | **Variables** | **Description** | | ------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -| `sanity-check.yaml` | - `SYSTEM_TESTS_BRANCH`: define alternative branch to clone for [system-tests](github.com/armosec/system-tests) repository. Default: `master`
- `BINARY_TESTS`: specify which tests are going to be executed by the workflow. | This workflow allow you to run **system-tests** in the **production** environment | +| `sanity-check.yaml` | - GH_RUNNER: define the runner to use on the workflow. Default: `ubuntu-latest`
- `SYSTEM_TESTS_BRANCH`: define alternative branch to clone for [system-tests](github.com/armosec/system-tests) repository. Default: `master`
- `BINARY_TESTS`: specify which tests are going to be executed by the workflow. | This workflow allow you to run **system-tests** in the **production** environment |