Skip to content

Commit

Permalink
fix windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 27, 2024
1 parent 6524892 commit 1f21186
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
- issue-*
- release/*
- doc/*
- dependabot/*
schedule:
- cron: '21 2 * * *'
workflow_call:
inputs:
run-tests:
Expand All @@ -26,10 +23,9 @@ env:
GITHUB_TOKEN: ${{ github.token }}
IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }}
RUN_SIMPLE_TESTS: ${{ github.event_name == 'push' || inputs.run-tests == 'true' }}
RUN_EXTENDED_TESTS: ${{ github.event_name == 'schedule' || inputs.run-tests == 'true' }}
RUN_EXTENDED_TESTS: ${{ inputs.target_branch == 'release/8.8.x' }}
REF: ${{ inputs.target_branch =='' && github.ref || inputs.target_branch}}


jobs:
build:

Expand Down

0 comments on commit 1f21186

Please sign in to comment.