From b473621a47d004ec6b16fc439b196646bd833234 Mon Sep 17 00:00:00 2001 From: Pa1NarK <69745008+pixincreate@users.noreply.github.com> Date: Tue, 20 Jun 2023 14:55:31 +0530 Subject: [PATCH] ci(postman-collection-runner): remove duplicate `workflow_dispatch` trigger (#1484) --- .github/workflows/postman-collection-runner.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/postman-collection-runner.yml b/.github/workflows/postman-collection-runner.yml index 76d08d5402..18a0aaa52f 100644 --- a/.github/workflows/postman-collection-runner.yml +++ b/.github/workflows/postman-collection-runner.yml @@ -2,11 +2,8 @@ name: Postman Collection API test on: workflow_dispatch: - schedule: - # Run workflow at 6 AM and 6 PM IST - - cron: "30 0,12 * * *" - workflow_dispatch: + - cron: '30 0,12 * * *' # Run workflow at 6 AM and 6 PM IST concurrency: group: ${{ github.workflow }}-${{ github.ref }}