mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
ci(postman-collection-runner): remove duplicate workflow_dispatch trigger (#1484)
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user