From 6afddfea99c5168391419490609ee5679ec04a88 Mon Sep 17 00:00:00 2001 From: KevinNitroG Date: Tue, 27 Feb 2024 13:12:33 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Pre-commit:=20Continue=20on=20er?= =?UTF-8?q?ror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit-format.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pre-commit-format.yml b/.github/workflows/pre-commit-format.yml index 24f437e..ccd4a7d 100644 --- a/.github/workflows/pre-commit-format.yml +++ b/.github/workflows/pre-commit-format.yml @@ -1,10 +1,14 @@ name: Pre-commit format +concurrency: + cancel-in-progress: true + group: Pre-commit-format on: push jobs: format-code: runs-on: ubuntu-latest permissions: contents: write + continue-on-error: true steps: - uses: actions/checkout@main