Skip to content

Commit d806684

Browse files
author
Ruslan Farkhutdinov
committed
Storybook Deployment: Restore ubuntu version
1 parent 71223f8 commit d806684

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-storybook-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
build:
2727
name: Build preview artifacts
28-
runs-on: ubuntu-slim
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 20
3030

3131
steps:

.github/workflows/pr-storybook-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
prepare:
1919
name: Read build meta
2020
if: github.event.workflow_run.conclusion == 'success'
21-
runs-on: ubuntu-slim
21+
runs-on: ubuntu-latest
2222
timeout-minutes: 5
2323
outputs:
2424
action: ${{ steps.meta.outputs.action }}

0 commit comments

Comments
 (0)