refactor(container-hook-service): refine AWS hook inclusion logic and update binary files
parent
4b178e0114
commit
016692526b
|
@ -2,9 +2,9 @@ name: Integrity
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "**" ]
|
branches: ['**']
|
||||||
push:
|
push:
|
||||||
branches: [ "**" ]
|
branches: ['**']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
@ -24,5 +24,3 @@ jobs:
|
||||||
run: yarn test:ci
|
run: yarn test:ci
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue