mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
extra-builds.yml: Add skip check to vs-prep
This commit is contained in:
parent
6df1337d71
commit
b9b1da8260
2
.github/workflows/extra-builds.yml
vendored
2
.github/workflows/extra-builds.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
vs-prep:
|
vs-prep:
|
||||||
name: Prepare Visual Studio build
|
name: Prepare Visual Studio build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [pre_job]
|
||||||
|
if: needs.pre_job.outputs.should_skip != 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue