1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Trying to fix server release

This commit is contained in:
Laurent Cozic 2022-12-15 23:25:23 +00:00
parent c8f7772f1b
commit 9a1adff5fe

View File

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