RustImplementation #25
@@ -2,7 +2,7 @@ name: Build Library
|
|||||||
run-name: ${{ gitea.actor }}
|
run-name: ${{ gitea.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
braches:
|
branches:
|
||||||
- RustImplementation
|
- RustImplementation
|
||||||
paths:
|
paths:
|
||||||
- airlock_libs/**
|
- airlock_libs/**
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ def history_logging(
|
|||||||
checkpoint_number: str,
|
checkpoint_number: str,
|
||||||
policy_names: str,
|
policy_names: str,
|
||||||
) -> List[Dict[str, Any]]:
|
) -> List[Dict[str, Any]]:
|
||||||
"""
|
"""
|
||||||
Query execution history logs from the Airlock API.
|
Query execution history logs from the Airlock API.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user