From 9b869b0e5ae676f5cad3bd3a2a570432fe68bcaf Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 16 Sep 2024 00:20:45 -0400 Subject: [PATCH] ci: Add dummy required check --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebad678..f410f39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,6 +252,20 @@ jobs: name: logs_5_1 path: .\logs + # This step is only used to add a required check for the PR + Validation_Check: + name: Validation Check + runs-on: windows-latest + needs: + - build_tool + - validation_5_1 + - validation_5_2_win + - validation_5_2_nix + + steps: + - name: Checkout + uses: actions/checkout@v4 + sign: name: Sign if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}