From 9e896a1369a80169a7d0d6658782be564e5785cf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Jun 2024 23:36:23 +0100 Subject: [PATCH] Github actions configured for RAVS QA and RAVS dev and QA has cron job scheduled --- .github/workflows/tests_qa.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index f75a5b269..5e26f9431 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -1,6 +1,11 @@ name: RAVS TESTS - QA on: + push: + branches: + - master + schedule: + - cron: "0 7 * * *" workflow_dispatch: jobs: