ci(postman-collection-runner): remove duplicate workflow_dispatch trigger (#1484)

This commit is contained in:
Pa1NarK
2023-06-20 14:55:31 +05:30
committed by GitHub
parent 02a3ce74b8
commit b473621a47

View File

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