Skip to content

Commit

Permalink
ci: Add dummy required check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 16, 2024
1 parent 8f22be2 commit 9b869b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')) }}
Expand Down

0 comments on commit 9b869b0

Please sign in to comment.