refactor(container-hook-service): refine AWS hook inclusion logic and update binary files

This commit is contained in:
Frostebite
2025-09-04 22:58:36 +01:00
parent 4b178e0114
commit 016692526b

View File

@@ -2,9 +2,9 @@ name: Integrity
on:
pull_request:
branches: [ "**" ]
branches: ['**']
push:
branches: [ "**" ]
branches: ['**']
jobs:
tests:
@@ -24,5 +24,3 @@ jobs:
run: yarn test:ci
env:
CI: true