From fff797358c6a2b9b43eeee86c22abdbdca59c2fc Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:34:59 -0800 Subject: [PATCH] Run a handlful of tests on push to produce output artifacts. --- .github/workflows/docker-detection-testing.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-detection-testing.yml b/.github/workflows/docker-detection-testing.yml index 8b6fa0a1f7..1098a48362 100644 --- a/.github/workflows/docker-detection-testing.yml +++ b/.github/workflows/docker-detection-testing.yml @@ -1,7 +1,11 @@ name: docker-detection-testing on: + push: + #run nightly at 0500 UTC + #Note the scheduled workflows will only run if the Action has + #been committed to the default branch (develop) schedule: - - cron: '55 * * * *' + - cron: "0 5 * * *" jobs: validate-tag-if-present: @@ -76,7 +80,7 @@ jobs: cd automated_detection_testing/ci/detection_testing_batch source .venv/bin/activate - python3 detection_testing_execution.py run --branch develop --mode all --num_containers 10 --mock + python3 detection_testing_execution.py run --branch RegistryDetectionFixes --mode changes --num_containers 10 --mock - name: Upload Test Results Files uses: actions/upload-artifact@v2