diff --git a/.github/workflows/windows-2022.yml b/.github/workflows/windows-2022.yml index b74a4bffec..f3c4ccb0c5 100644 --- a/.github/workflows/windows-2022.yml +++ b/.github/workflows/windows-2022.yml @@ -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 diff --git a/.github/workflows/windows-2025.yml b/.github/workflows/windows-2025.yml index 436b48fa13..db693b41dd 100644 --- a/.github/workflows/windows-2025.yml +++ b/.github/workflows/windows-2025.yml @@ -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