From 93a48957d250337b5beb72933f0ad991da180465 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Tue, 22 Apr 2025 09:11:58 +0100 Subject: [PATCH] move nightly disable parameter in main.yml Move nightly disable parameter in main.yml - the matrix workflow doesn't accept this parameter, it's in the wrong place. It's already in the correct place in the pull request yaml. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 126cd0e..6fad32b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,7 @@ jobs: env: MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh + MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false integration-test: name: Integration test @@ -49,7 +50,6 @@ jobs: with: name: "Integration test" matrix_string: '${{ needs.construct-integration-test-matrix.outputs.integration-test-matrix }}' - matrix_linux_nightly_main_enabled: false static-sdk: name: Static SDK