refactor(ci): conditionally skip checkout action as well in build_linux

This commit is contained in:
Marwin Glaser 2025-01-20 19:12:16 +01:00 committed by Julius Pfrommer
parent ad5b0a8401
commit 6be6e24866

View File

@ -209,6 +209,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
if: ${{ matrix.build.runs_on == '' || matrix.build.runs_on == matrix.os }}
with:
submodules: true
- name: Install Dependencies