mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 21:16:47 -07:00
refactor(container-hook-service): refine AWS hook inclusion logic and update binary files
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user