1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

CI: Skip duplicate jobs

This commit is contained in:
Laurent Cozic
2022-11-07 18:51:14 +00:00
parent 7defd590ad
commit f3d301766f

View File

@@ -15,6 +15,7 @@ jobs:
Main:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -136,6 +137,7 @@ jobs:
ServerDockerImage:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ${{ matrix.os }}
strategy:
matrix: