From 3f54bcfc6d59f6984979ac774a65edf7e87ee629 Mon Sep 17 00:00:00 2001 From: Matthew Alan Gray Date: Tue, 4 Jun 2024 11:35:41 -0500 Subject: [PATCH] Computing placeholder tag for arbitrary branch --- .github/workflows/e2e-daily-testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-daily-testing.yml b/.github/workflows/e2e-daily-testing.yml index 5efd4d0992..c2f3e5414c 100644 --- a/.github/workflows/e2e-daily-testing.yml +++ b/.github/workflows/e2e-daily-testing.yml @@ -9,7 +9,7 @@ jobs: daily_e2e_test: uses: ./.github/workflows/e2e-testing.yml with: - environment: "fllm-e2e-aca-daily-${{ github.event.repository.updated_at }}" + environment: "fllm-e2e-aca-daily-${{ github.run_id }}" deployOpenAi: true openAiName: fllm-01 openAiResourceGroup: fllm-shared-01 @@ -18,4 +18,3 @@ jobs: bypassAndTeardown: false target: e2e secrets: inherit - \ No newline at end of file