This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 3e4c325 [INFRA] Cancel the previous builds (#6429)
3e4c325 is described below
commit 3e4c32504749f823f28f63fa8d06baa17779db12
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Sun Jan 10 23:59:15 2021 +0100
[INFRA] Cancel the previous builds (#6429)
* [INFRA] Cancel the previous builds
* fixup! [INFRA] Cancel the previous builds
* Update pinot_tests-workflow-run.yml
* Update pinot_tests-workflow-run.yml
---
.github/workflows/pinot_tests-workflow-run.yml | 37 ++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/.github/workflows/pinot_tests-workflow-run.yml
b/.github/workflows/pinot_tests-workflow-run.yml
new file mode 100644
index 0000000..27cdbfe
--- /dev/null
+++ b/.github/workflows/pinot_tests-workflow-run.yml
@@ -0,0 +1,37 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: Cancelling Duplicates
+on:
+ workflow_run:
+ workflows:
+ - 'Pinot Tests'
+ types: ['requested']
+
+jobs:
+ cancel-duplicate-workflow-runs:
+ name: "Cancel duplicate workflow runs"
+ runs-on: ubuntu-latest
+ steps:
+ - uses:
potiuk/cancel-workflow-runs@953e057dc81d3458935a18d1184c386b0f6b5738
+ name: "Cancel duplicate workflow runs"
+ with:
+ cancelMode: allDuplicates
+ token: ${{ secrets.GITHUB_TOKEN }}
+ sourceRunId: ${{ github.event.workflow_run.id }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]