mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Run workflow at 6 AM and 6 PM IST
|
- cron: '30 0,12 * * *' # Run workflow at 6 AM and 6 PM IST
|
||||||
- cron: "30 0,12 * * *"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user