From d31377d65c6dff2fc2d7c11ea0aa31cf383d3565 Mon Sep 17 00:00:00 2001 From: Abhijit Paul Date: Fri, 20 Oct 2023 02:52:18 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e48c0c0..25804ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,11 @@ on: pull_request: branches: [ "main" ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + schedule: + - cron: '*/5 * * * *' # Every 2 minute + permissions: contents: read