Noticed Typo in YAML
Build Library / Build Library (push) Successful in 4m8s

This commit is contained in:
brotoskyj
2025-11-06 16:53:02 -05:00
parent 129a721580
commit 69c9e7a51f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build Library
run-name: ${{ gitea.actor }}
on:
push:
braches:
branches:
- RustImplementation
paths:
- airlock_libs/**
+1 -1
View File
@@ -30,7 +30,7 @@ def history_logging(
checkpoint_number: str,
policy_names: str,
) -> List[Dict[str, Any]]:
"""
"""
Query execution history logs from the Airlock API.
Parameters