refactor(container-hook-service): refine AWS hook inclusion logic and update binary files
parent
4b178e0114
commit
016692526b
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue