From 057d61af175fd90958ba11440070835bbf5f7677 Mon Sep 17 00:00:00 2001 From: rostalan Date: Wed, 24 Jun 2026 15:22:36 +0200 Subject: [PATCH] chore(orchestrator): bump default serverless workflows ref Update SERVERLESS_WORKFLOWS_REF default to 2c8de41b292794832f40b8e376da434495683efc for orchestrator e2e workflow deployment. Co-authored-by: Cursor --- .../tests/support/utils/workflow-deployment-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/orchestrator/e2e-tests/tests/support/utils/workflow-deployment-helpers.ts b/workspaces/orchestrator/e2e-tests/tests/support/utils/workflow-deployment-helpers.ts index c6c6b3974..1006eac7a 100644 --- a/workspaces/orchestrator/e2e-tests/tests/support/utils/workflow-deployment-helpers.ts +++ b/workspaces/orchestrator/e2e-tests/tests/support/utils/workflow-deployment-helpers.ts @@ -24,7 +24,7 @@ const DEMO_WORKFLOW_REPO = "https://github.com/rhdhorchestrator/orchestrator-demo.git"; const WORKFLOW_REPO_REF = process.env.SERVERLESS_WORKFLOWS_REF || - "daeeee8dec16beab6d96a81774ef500081a2c2b0"; + "2c8de41b292794832f40b8e376da434495683efc"; const MANIFEST_DIRS = [ "workflows/greeting/manifests",