diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 069e11f..7493e4c 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: "0 */3 * * *" permissions: id-token: write diff --git a/Tests/agenciaclickone/ContactForm.robot b/Tests/chrome/agenciaclickone/ContactForm.robot similarity index 100% rename from Tests/agenciaclickone/ContactForm.robot rename to Tests/chrome/agenciaclickone/ContactForm.robot