Skip to content

Commit 93a4895

Browse files
authored
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.
1 parent 46f9260 commit 93a4895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
env:
4242
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq
4343
MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh
44+
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
4445

4546
integration-test:
4647
name: Integration test
@@ -49,7 +50,6 @@ jobs:
4950
with:
5051
name: "Integration test"
5152
matrix_string: '${{ needs.construct-integration-test-matrix.outputs.integration-test-matrix }}'
52-
matrix_linux_nightly_main_enabled: false
5353

5454
static-sdk:
5555
name: Static SDK

0 commit comments

Comments
 (0)