1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-03 15:32:30 +02:00

Tools: Fixing CI

This commit is contained in:
Laurent Cozic 2022-12-16 12:14:02 +00:00
parent ecde67c25f
commit 36381a098f

View File

@ -13,9 +13,8 @@ jobs:
Main: Main:
needs: pre_job needs: pre_job
# We always process server tags, because that's when the Docker image is # We always process server or desktop release tags, because they also publish the release
# built if: needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/server-v') || startsWith(github.ref, 'refs/tags/v')
if: needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/server-v')
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: