From 6275f5c8a210c00ac87d8050ca3bce64430cc162 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Mon, 18 Nov 2024 19:01:37 -0600 Subject: [PATCH] Add comment to demonstrate functionality --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3722d89..622c8ad7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ on: permissions: contents: read +# Add concurrency group to control job running concurrency: group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }} cancel-in-progress: true