Immich breaking upgrade [1.88]
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m44s

This commit is contained in:
2023-11-21 11:25:49 +00:00
parent 05a730ea52
commit c540ba4222
3 changed files with 30 additions and 23 deletions

View File

@@ -11,8 +11,8 @@ on:
- main
env:
# DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
DEPLOY: all
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
# DEPLOY: all
jobs:
ansible-playbooks: