From 7ec8c74d024acc6b0138e570cbfb0b3325b48d43 Mon Sep 17 00:00:00 2001 From: kta-intel Date: Wed, 30 Oct 2024 12:57:36 -0700 Subject: [PATCH] fqdn length fix Signed-off-by: kta-intel --- .github/workflows/task_runner_custom_weighted_average.yml | 4 ++++ .github/workflows/task_runner_skc_compression.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/task_runner_custom_weighted_average.yml b/.github/workflows/task_runner_custom_weighted_average.yml index 6d9e845..f458e97 100644 --- a/.github/workflows/task_runner_custom_weighted_average.yml +++ b/.github/workflows/task_runner_custom_weighted_average.yml @@ -10,6 +10,10 @@ on: permissions: contents: read +env: + # A workaround for long FQDN names provided by GitHub actions. + FQDN: "localhost" + jobs: build: strategy: diff --git a/.github/workflows/task_runner_skc_compression.yml b/.github/workflows/task_runner_skc_compression.yml index 9a777b3..dddc252 100644 --- a/.github/workflows/task_runner_skc_compression.yml +++ b/.github/workflows/task_runner_skc_compression.yml @@ -10,6 +10,10 @@ on: permissions: contents: read +env: + # A workaround for long FQDN names provided by GitHub actions. + FQDN: "localhost" + jobs: build: strategy: