This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 36bd9c3d5e [YUNIKORN-2893] Apply "cancel-in-progress" feature for each
PR in Github Action (#475)
36bd9c3d5e is described below
commit 36bd9c3d5e81d1fb54fc9d937670a1551c78d10d
Author: Tzu-Hua Lan <[email protected]>
AuthorDate: Fri Oct 4 12:32:38 2024 -0500
[YUNIKORN-2893] Apply "cancel-in-progress" feature for each PR in Github
Action (#475)
Closes: #475
Signed-off-by: Craig Condit <[email protected]>
---
.github/workflows/pre-commit.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 6eb54f0ab2..8f9831ac33 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -21,6 +21,10 @@ on:
- master
workflow_dispatch: {}
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
+ cancel-in-progress: true
+
jobs:
license:
runs-on: ubuntu-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]