Merge pull request #24 from GoodOlClint/fix/ci-concurrency

Add concurrency group to integration tests workflow
This commit is contained in:
GoodOlClint
2026-03-24 15:57:25 -05:00
committed by GitHub
+4
View File
@@ -28,6 +28,10 @@ name: Integration Tests
# WARNING: Integration tests create and destroy real resources on the target
# node. Never run against production.
concurrency:
group: integration-tests
cancel-in-progress: false
on:
push:
branches: [ main ]