Skip to content

CI: Store artifact using ref instead of sha #11

CI: Store artifact using ref instead of sha

CI: Store artifact using ref instead of sha #11

Workflow file for this run

name: "CI"
on: [push]
jobs:
tests:
uses: ./.github/workflows/tests.yml
type-check:
uses: ./.github/workflows/type-check.yml
build:
needs: [tests, type-check]
uses: ./.github/workflows/build.yml
build-storybook:
needs: [tests, type-check]
uses: ./.github/workflows/build-storybook.yml