deploy?
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m21s Details

This commit is contained in:
Gleb Koval 2023-09-04 20:11:23 +01:00
parent 985b4b5127
commit fead86f60b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 1 deletions

View File

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