mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-30 00:47:07 +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
|
# WARNING: Integration tests create and destroy real resources on the target
|
||||||
# node. Never run against production.
|
# node. Never run against production.
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: integration-tests
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|||||||
Reference in New Issue
Block a user