From bf0a70b024c99d0fcf8732150f93397aa10054b6 Mon Sep 17 00:00:00 2001 From: nextcloud-android-bot Date: Thu, 8 Jun 2023 07:39:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'config/workflows/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nextcloud-android-bot --- .github/workflows/detectNewJavaFiles.yml | 4 ++++ .github/workflows/gradle-wrapper-validation.yml | 4 ++++ .github/workflows/scorecard.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/detectNewJavaFiles.yml b/.github/workflows/detectNewJavaFiles.yml index b64964cef..308571a70 100644 --- a/.github/workflows/detectNewJavaFiles.yml +++ b/.github/workflows/detectNewJavaFiles.yml @@ -7,6 +7,10 @@ on: permissions: read-all +concurrency: + group: detect-new-java-files-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: detectNewJavaFiles: runs-on: ubuntu-latest diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index be44c9e6a..77bba9393 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -9,6 +9,10 @@ on: # Declare default permissions as read only. permissions: read-all +concurrency: + group: validate-gradle-wrapper-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: validation: name: "Validation" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e774cebe8..294001da9 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -10,6 +10,10 @@ on: # Declare default permissions as read only. permissions: read-all +concurrency: + group: scorecard-supply-chain-security-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + jobs: analysis: name: Scorecard analysis