Revert "deploy all"
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m13s

This reverts commit a0babb5226.
This commit is contained in:
2023-09-27 00:11:00 +01:00
parent a0babb5226
commit deab8ccb1f

View File

@@ -11,8 +11,7 @@ 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' }}
jobs:
ansible-playbooks: