mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
docker/ci: bring back j4n/ guard for now
This commit is contained in:
7
.github/workflows/deploy.yaml
vendored
7
.github/workflows/deploy.yaml
vendored
@@ -76,7 +76,12 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy to ${{ matrix.host }}
|
name: Deploy to ${{ matrix.host }}
|
||||||
needs: build-docker
|
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
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user