deploy all
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m27s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m27s
Details
This commit is contained in:
parent
3aa06e0f20
commit
d1d3c00931
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue