This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 18679c1 [BEAM-10404] Cancel queued/running GitHub Action builds on
second push to PR
new 84820ca Merge pull request #12166 from
TobKed/beam-10404-cancel-gh-actions-prs
18679c1 is described below
commit 18679c1c207f6a832ee5ddd4d21c42f9d4ca99bd
Author: Tobiasz Kędzierski <[email protected]>
AuthorDate: Thu Jul 2 14:36:29 2020 +0200
[BEAM-10404] Cancel queued/running GitHub Action builds on second push to PR
---
.github/workflows/cancel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml
index 0361e05..d9f02a0 100644
--- a/.github/workflows/cancel.yml
+++ b/.github/workflows/cancel.yml
@@ -16,7 +16,7 @@
# under the License.
name: Cancel
-on: [push]
+on: [push, pull_request]
jobs:
cancel:
name: 'Cancel Previous Runs'