From 6e3c71b8d797b41d76c63b27d91f3923da7b0965 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Wed, 10 Jan 2024 15:17:44 +0300 Subject: [PATCH] Update 24x7-test1.yml --- .github/workflows/24x7-test1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/24x7-test1.yml b/.github/workflows/24x7-test1.yml index d3a5d40c..956351bd 100644 --- a/.github/workflows/24x7-test1.yml +++ b/.github/workflows/24x7-test1.yml @@ -1,8 +1,8 @@ name: Python 24x7 script -on: [push] -# schedule: -# - cron: '*/5 * * * *' +on: + schedule: + - cron: '*/1 * * * *' jobs: run-selenium: