1
0
mirror of synced 2026-05-05 23:55:43 +00:00

extra-builds.yml: Add skip check to vs-prep

This commit is contained in:
Krystine Sherwin
2024-05-09 18:17:04 +12:00
parent 6df1337d71
commit b9b1da8260

View File

@@ -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: