From d6a1b21d67f35f211ff2098697a8af185de3be52 Mon Sep 17 00:00:00 2001 From: Arnaud Lheureux Date: Sun, 2 Jun 2024 19:16:27 -0700 Subject: [PATCH] Case --- .github/workflows/pr_tests-azuread.yaml | 2 +- .github/workflows/pr_tests-compute.yaml | 2 +- .github/workflows/pr_tests-dataplat.yaml | 2 +- .github/workflows/pr_tests-networking.yaml | 2 +- .github/workflows/pr_tests-scenarios.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_tests-azuread.yaml b/.github/workflows/pr_tests-azuread.yaml index 60640e52ae..29c6f826ec 100644 --- a/.github/workflows/pr_tests-azuread.yaml +++ b/.github/workflows/pr_tests-azuread.yaml @@ -15,7 +15,7 @@ on: - '.github/workflows/*azuread.*' env: - scenario: standalone-azuread.json + SCENARIO: standalone-azuread.json TF_VERSION: "1.8.4" TF_LINT_VERSION: "v0.50.3" diff --git a/.github/workflows/pr_tests-compute.yaml b/.github/workflows/pr_tests-compute.yaml index 993d2269a0..aed5733f49 100644 --- a/.github/workflows/pr_tests-compute.yaml +++ b/.github/workflows/pr_tests-compute.yaml @@ -15,7 +15,7 @@ on: - '.github/workflows/*compute.*' env: - scenario: standalone-compute.json + SCENARIO: standalone-compute.json TF_VERSION: "1.8.4" TF_LINT_VERSION: "v0.50.3" diff --git a/.github/workflows/pr_tests-dataplat.yaml b/.github/workflows/pr_tests-dataplat.yaml index 5aaabd1a60..1724b6a6a6 100644 --- a/.github/workflows/pr_tests-dataplat.yaml +++ b/.github/workflows/pr_tests-dataplat.yaml @@ -21,7 +21,7 @@ on: - '.github/workflows/*dataplat.*' env: - scenario: standalone-dataplat.json + SCENARIO: standalone-dataplat.json TF_VERSION: "1.8.4" TF_LINT_VERSION: "v0.50.3" diff --git a/.github/workflows/pr_tests-networking.yaml b/.github/workflows/pr_tests-networking.yaml index 24a07e0855..94fc434ece 100644 --- a/.github/workflows/pr_tests-networking.yaml +++ b/.github/workflows/pr_tests-networking.yaml @@ -15,7 +15,7 @@ on: - '.github/workflows/*networking.*' env: - scenario: standalone-networking.json + SCENARIO: standalone-networking.json TF_VERSION: "1.8.4" TF_LINT_VERSION: "v0.50.3" diff --git a/.github/workflows/pr_tests-scenarios.yaml b/.github/workflows/pr_tests-scenarios.yaml index 8bd8c90965..16b6ed9843 100644 --- a/.github/workflows/pr_tests-scenarios.yaml +++ b/.github/workflows/pr_tests-scenarios.yaml @@ -10,7 +10,7 @@ on: types: [opened, synchronize, reopened] env: - scenario: standalone-scenarios.json + SCENARIO: standalone-scenarios.json TF_VERSION: "1.8.4" TF_LINT_VERSION: "v0.50.3"