mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
Merge pull request #24 from GoodOlClint/fix/ci-concurrency
Add concurrency group to integration tests workflow
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user