From: Johan Cwiklinski Date: Mon, 13 Nov 2023 18:37:32 +0000 (+0100) Subject: Try to fix skip conditions X-Git-Tag: 1.0.0rc3~38 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=43e91def7bc9d660fee74564b4523c639c4f910b;p=galette.git Try to fix skip conditions --- diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 11f148a33..2bcf7e805 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -92,7 +92,7 @@ jobs: fail-fast: false env: - skip: ${{ matrix.always == false && (github.event_name == 'pull_request' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags'))) }} + skip: ${{ matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/galette' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'develop' || startsWith(github.ref, 'refs/tags'))) }} DB: ${{ matrix.db-image }} services: @@ -210,7 +210,7 @@ jobs: fail-fast: false env: - skip: ${{ matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/galette' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags'))) }} + skip: ${{ matrix.always == false && (github.event_name == 'pull_request' || github.repository != 'galette/galette' || !(github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' || github.ref == 'develop' || startsWith(github.ref, 'refs/tags'))) }} DB: ${{ matrix.db-image }} services: