mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
gha: add missing dependency to Windows workflows
The Windows test workflow jobs were missing the dependency on the `validate-dco` job so they ran regardless whether the DCO check passed or not. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
1
.github/workflows/windows-2022.yml
vendored
1
.github/workflows/windows-2022.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
uses: ./.github/workflows/.dco.yml
|
||||
|
||||
run:
|
||||
needs: validate-dco
|
||||
if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'ci/validate-only') }}
|
||||
uses: ./.github/workflows/.windows.yml
|
||||
secrets: inherit
|
||||
|
||||
1
.github/workflows/windows-2025.yml
vendored
1
.github/workflows/windows-2025.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
uses: ./.github/workflows/.dco.yml
|
||||
|
||||
run:
|
||||
needs: validate-dco
|
||||
if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'ci/validate-only') }}
|
||||
uses: ./.github/workflows/.windows.yml
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user