Add comment to demonstrate functionality

This commit is contained in:
Daniel Sheppard 2024-11-18 19:01:37 -06:00
parent efa70c4d50
commit 6275f5c8a2

View File

@ -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