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 }}