* Closes: #17795 - Add concurrency to CI * Add comment to demonstrate functionality
@@ -15,6 +15,11 @@ on:
permissions:
contents: read
+# Add concurrency group to control job running
+concurrency:
+ group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}
+ cancel-in-progress: true
+
jobs:
build:
runs-on: ubuntu-latest