docker/ci: bring back j4n/ guard for now

This commit is contained in:
j4n
2026-02-25 17:42:06 +01:00
parent e89bf5294a
commit 06ac19493b

View File

@@ -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: