From 41ef65ad55d2ba8448d6745e00bc44ce281721f0 Mon Sep 17 00:00:00 2001 From: mimo Date: Thu, 16 Jan 2025 15:48:06 +0900 Subject: [PATCH 1/2] chore: add dummy file --- atodekesu.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 atodekesu.txt diff --git a/atodekesu.txt b/atodekesu.txt new file mode 100644 index 000000000..e69de29bb From 14e23b7820ece2b3992b61543d37cf9697fa8be3 Mon Sep 17 00:00:00 2001 From: mimo Date: Thu, 16 Jan 2025 15:55:04 +0900 Subject: [PATCH 2/2] fix(test-storybook): down grade ubuntu imaga --- .github/workflows/test-storybook.yml | 4 ++-- atodekesu.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 atodekesu.txt diff --git a/.github/workflows/test-storybook.yml b/.github/workflows/test-storybook.yml index 9ec2f5f86..2279e49ca 100644 --- a/.github/workflows/test-storybook.yml +++ b/.github/workflows/test-storybook.yml @@ -11,7 +11,7 @@ jobs: prepare-base-branch: name: Prepare base branch image snapshots timeout-minutes: 20 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout base branch uses: actions/checkout@v4 @@ -62,7 +62,7 @@ jobs: test-storybook: name: Build Storybook timeout-minutes: 20 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: prepare-base-branch steps: - name: Checkout branch diff --git a/atodekesu.txt b/atodekesu.txt deleted file mode 100644 index e69de29bb..000000000