From 2574fb2fea26fdfedc09cb11e1b6bef4de3364f2 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 22 Dec 2021 13:19:05 -0800 Subject: [PATCH] Hardcoding the branch to develop for CI testing. --- .github/workflows/build-and-validate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-validate.yml b/.github/workflows/build-and-validate.yml index 2c7347c1f9..022bc06615 100644 --- a/.github/workflows/build-and-validate.yml +++ b/.github/workflows/build-and-validate.yml @@ -358,7 +358,8 @@ jobs: python detection_testing_execution.py run --branch ${{ github.event.pull_request.head.ref }} --pr_number ${{ github.event.pull_request.number }} --mode changes --mock --config_file test_config_github_actions.json else echo "Push from branch [${{ steps.vars.outputs.branch }}]" - python detection_testing_execution.py run --branch ${{ steps.vars.outputs.branch }} --mode all --mock --config_file test_config_github_actions.json + #python detection_testing_execution.py run --branch ${{ steps.vars.outputs.branch }} --mode all --mock --config_file test_config_github_actions.json + python detection_testing_execution.py run --branch develop --mode all --mock --config_file test_config_github_actions_splunkbase.json fi mv *-test-run.json replicate_test.json