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