From a4e45cd7db08ae3aa79d26b9955ddd4464ffadc2 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Wed, 14 May 2025 13:07:42 +0300 Subject: [PATCH] ci: fix var name to disable repo cloning --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 8f93434a5..6cd25bd63 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -55,7 +55,7 @@ jobs: - name: Run Ansible Playbook run: | - ansible-playbook data/ansible/integration_tests/main.yaml -i localhost, -c local -e "ansible_user=$(whoami) cgrates_dir=$GITHUB_WORKSPACE clone_repository=false install_go=false" + ansible-playbook data/ansible/integration_tests/main.yaml -i localhost, -c local -e "ansible_user=$(whoami) cgrates_dir=$GITHUB_WORKSPACE cgrates_clone_repo=false install_go=false" # - name: Set up tmate session for debugging # uses: mxschmitt/action-tmate@v3