Skip to content

Commit

Permalink
Github actions configured for RAVS QA and RAVS dev and QA has cron jo…
Browse files Browse the repository at this point in the history
…b scheduled
  • Loading branch information
root authored and root committed Jun 7, 2024
1 parent b232b1b commit 9e896a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: RAVS TESTS - QA

on:
push:
branches:
- master
schedule:
- cron: "0 7 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9e896a1

Please sign in to comment.