chore: Move cutler to build_engine repo (#1314)

Moved to build_engine in shorebirdtech/build_engine#27.
This commit is contained in:
Eric Seidel
2023-09-22 14:49:15 -07:00
committed by GitHub
parent 0d7d30bb07
commit a2711ed15a
25 changed files with 1 additions and 3206 deletions
+1 -5
View File
@@ -38,10 +38,6 @@ jobs:
- ./.github/workflows/main.yaml
- ./.github/actions/dart_package/action.yaml
- packages/artifact_proxy/**
cutler:
- ./.github/workflows/main.yaml
- ./.github/actions/dart_package/action.yaml
- packages/cutler/**
discord_gcp_alerts:
- ./.github/workflows/main.yaml
- ./.github/actions/dart_package/action.yaml
@@ -115,7 +111,7 @@ jobs:
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
working_directory: packages/${{ matrix.package }}
min_coverage: ${{ matrix.package == 'cutler' && '10' || '100' }}
min_coverage: 100
build_redis:
needs: changes