From 1409ace70d5241028e2811843fdfb42bb75c154d Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Mon, 11 Nov 2024 16:56:02 +0100 Subject: [PATCH] Revert "Remove environment_settings from github workflows" This reverts commit 21c764541dbce1a1b5f9249a69e1ee0c72d3bbda. --- .github/workflows/tft.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index d1b9ea4..0ade297 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -160,6 +160,7 @@ jobs: git_url: https://github.com/linux-system-roles/tft-tests git_ref: main pipeline_settings: '{ "type": "tmt-multihost" }' + environment_settings: '{ "provisioning": { "tags": { "BusinessUnit": "system_roles" } } }' # Keeping ARTIFACTS_URL at the bottom makes the link in logs clickable variables: "ANSIBLE_VER=${{ matrix.ansible_version }};\ REPO_NAME=${{ github.event.repository.name }};\