mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +00:00
final cleanup
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -88,8 +88,7 @@ jobs:
|
||||
|
||||
build_storybook:
|
||||
name: Build Storybook
|
||||
if: ${{ needs.prdetails.outputs.pr_data_json && contains(fromJSON(needs.prdetails.outputs.pr_data_json).labels.*.name, 'storybook build') }}
|
||||
needs: prdetails
|
||||
if: contains(github.event.pull_request.labels.*.name, 'storybook build')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user