SAM0123-231: Broaden quality gate workflow to include release and feature branches; correct asynchronous call for OPC server updates in ingestor.
This commit is contained in:
2
.github/workflows/quality-gate.yml
vendored
2
.github/workflows/quality-gate.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 'release/**'
|
||||
- 'feature/**'
|
||||
types: [ opened, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -156,7 +156,7 @@ class Ingestor(SientiaMonitoring):
|
||||
else:
|
||||
# Subscribe to acquired slots
|
||||
if self.ingestor_manager:
|
||||
self.ingestor_manager.update_opc_servers()
|
||||
await self.ingestor_manager.update_opc_servers()
|
||||
await self.ingestor_manager.subscribe_to_tags(acquired)
|
||||
|
||||
async def prepare_ingestor(self):
|
||||
|
||||
Reference in New Issue
Block a user