Description of the problem
In my recent PR (#827), the workflow of "GMT Latest Tests" are triggered twice (https://github.com/GenericMappingTools/pygmt/actions/runs/524773762, and https://github.com/GenericMappingTools/pygmt/actions/runs/524773759), possibly because I asked two teams for review.
Can we improve the workflow triggering condition?
|
on: |
|
# push: |
|
# branches: [ master ] |
|
pull_request: |
|
types: [review_requested, ready_for_review] |
|
# Schedule daily tests |
|
schedule: |
|
- cron: '0 0 * * *' |