From 06ac19493b8b829e50025e664f95a7d6adcf3ba8 Mon Sep 17 00:00:00 2001 From: j4n Date: Wed, 25 Feb 2026 17:42:06 +0100 Subject: [PATCH] docker/ci: bring back j4n/ guard for now --- .github/workflows/deploy.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 045bac4d..1e52eeef 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -76,7 +76,12 @@ jobs: deploy: name: Deploy to ${{ matrix.host }} needs: build-docker -# if: >- !cancelled() && ( github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'j4n/'))) + # dont do the regular tests on this branch + if: >- + !cancelled() && ( + github.event_name == 'push' || + (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'j4n/')) + ) runs-on: ubuntu-latest timeout-minutes: 60 strategy: