Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
runs-on: self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
erviker authored Oct 15, 2021
1 parent 4e4d786 commit 0ae1522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
storybook:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -23,7 +23,7 @@ jobs:

chromatic:
needs: storybook
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0ae1522

Please sign in to comment.