Skip to content

Commit

Permalink
extra-builds.yml: Add skip check to vs-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 9, 2024
1 parent 6df1337 commit b9b1da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extra-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
vs-prep:
name: Prepare Visual Studio build
runs-on: ubuntu-latest
needs: [pre_job]
if: needs.pre_job.outputs.should_skip != 'true'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b9b1da8

Please sign in to comment.