From 2b752ff5ad6983be3f7e0e427b31818eb004155e Mon Sep 17 00:00:00 2001 From: beatrizmaselli Date: Mon, 6 Nov 2023 19:47:21 -0300 Subject: [PATCH] update branch from cy-runner --- .github/workflows/qe-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qe-dispatch.yml b/.github/workflows/qe-dispatch.yml index 6656b3f..9587396 100644 --- a/.github/workflows/qe-dispatch.yml +++ b/.github/workflows/qe-dispatch.yml @@ -5,7 +5,7 @@ on: inputs: cyRunnerBranch: description: 'Which branch to use on Cy-Runner?' - default: 'main' + default: 'fix/rc-events' cyRunnerTimeOut: description: 'Wait how much time (in minutes) for the job to complete?' default: '30'