We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f283d commit e97eaa2Copy full SHA for e97eaa2
.github/workflows/CI.yml
@@ -106,11 +106,3 @@ jobs:
106
with:
107
can-skip: ${{ needs.build.outputs.can-skip }}
108
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
@@ -25,7 +25,7 @@ jobs:
25
name: Check bypass for DCU
26
uses: ./.github/workflows/check-bypass.yml
27
28
- workflow-name: 'dcu-build'
+ workflow-name: 'dcu'
29
secrets:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
0 commit comments