[GitHub] [beam] TobKed commented on a change in pull request #12166: [BEAM-10404] Cancel queued/running GitHub Action builds on second push to PR

2020-07-09 Thread GitBox
TobKed commented on a change in pull request #12166: URL: https://github.com/apache/beam/pull/12166#discussion_r452297033 ## File path: .github/workflows/cancel.yml ## @@ -16,7 +16,7 @@ # under the License. name: Cancel -on: [push] +on: [push, pull_request] Review

[GitHub] [beam] TobKed commented on a change in pull request #12166: [BEAM-10404] Cancel queued/running GitHub Action builds on second push to PR

2020-07-07 Thread GitBox
TobKed commented on a change in pull request #12166: URL: https://github.com/apache/beam/pull/12166#discussion_r450702973 ## File path: .github/workflows/cancel.yml ## @@ -16,7 +16,7 @@ # under the License. name: Cancel -on: [push] +on: [push, pull_request] Review