Skip to content

Commit

Permalink
fqdn length fix
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Oct 30, 2024
1 parent 0ee4b1d commit 7ec8c74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/task_runner_custom_weighted_average.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
permissions:
contents: read

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/task_runner_skc_compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
permissions:
contents: read

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
build:
strategy:
Expand Down

0 comments on commit 7ec8c74

Please sign in to comment.