Skip to content

Commit e97eaa2

Browse files
fix
1 parent 73f283d commit e97eaa2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,3 @@ jobs:
106106
with:
107107
can-skip: ${{ needs.build.outputs.can-skip }}
108108
docker_build_image: ${{ needs.build-docker.outputs.docker_build_image }}
109-
110-
slice:
111-
name: Slice
112-
uses: ./.github/workflows/_Slice.yml
113-
needs: [build-docker, build]
114-
with:
115-
can-skip: ${{ needs.build.outputs.can-skip }}
116-
docker_build_image: ${{ needs.build-docker.outputs.docker_build_image }}

.github/workflows/_Linux-DCU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Check bypass for DCU
2626
uses: ./.github/workflows/check-bypass.yml
2727
with:
28-
workflow-name: 'dcu-build'
28+
workflow-name: 'dcu'
2929
secrets:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131

0 commit comments

Comments
 (0)