From 2bf1ee37a55d24e4d9eaa5c21911fd1e11575b44 Mon Sep 17 00:00:00 2001 From: Sander Devisscher Date: Wed, 21 Aug 2024 16:09:53 +0200 Subject: [PATCH] correct indentation ? #69 --- .github/workflows/Build pkgdown site.yaml | 2 +- .github/workflows/increment_version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build pkgdown site.yaml b/.github/workflows/Build pkgdown site.yaml index f77f24a..8c33964 100644 --- a/.github/workflows/Build pkgdown site.yaml +++ b/.github/workflows/Build pkgdown site.yaml @@ -6,7 +6,7 @@ on: - main workflow_dispatch: - concurrency: +concurrency: group: ${{ github.ref }} # Use the branch reference as the concurrency group cancel-in-progress: true # Cancel any in-progress runs in the same group diff --git a/.github/workflows/increment_version.yaml b/.github/workflows/increment_version.yaml index c2da2ee..604757d 100644 --- a/.github/workflows/increment_version.yaml +++ b/.github/workflows/increment_version.yaml @@ -6,7 +6,7 @@ on: - main workflow_dispatch: - concurrency: +concurrency: group: ${{ github.ref }} # Use the branch reference as the concurrency group cancel-in-progress: true # Cancel any in-progress runs in the same group