From 3c2b091c154973bc5300c7851b5ea3cacde0d6c6 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Mon, 19 Aug 2024 13:00:10 +1000 Subject: [PATCH] temp - change workflow branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42dc306..91169d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: internal_workflow_branch: type: string description: 'Sets the branch the reusable workflow calls reusable workflow actions with' - default: 'main' + default: 'nvm-workaround' codechecker_max_warnings: type: string description: 'Sets the value for --max-warnings on the moodle-plugin-ci codechecker step. Defaults to -1 which means no limit.'