Skip to content

Commit f3a6f41

Browse files
committed
Removed hardcoded PR assumption.
1 parent 63e5d0a commit f3a6f41

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/storybook-links.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Storybooks
1+
name: Link to Storybooks
22
on:
33
push:
44
paths:
@@ -7,7 +7,7 @@ on:
77
- 'react-ui/**'
88

99
jobs:
10-
deploy:
10+
:
1111
runs-on: ubuntu-latest
1212
env:
1313
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -31,7 +31,6 @@ jobs:
3131
run: npm install -g commit-status
3232

3333
- name: Set commit status messages and success states
34-
if: github.event.pull_request.head.repo.full_name == github.repository
3534
run: |
3635
commit-status success "Storybook: React UI" "Available a few minutes after push." "https://${{ steps.extract-branch.outputs.branch }}--5f9b7272e5c4a70022388106.chromatic.com/"
3736
commit-status success "Storybook: Airtable app (Email)" "Available a few minutes after push." "https://${{ steps.extract-branch.outputs.branch }}--5fb3fd84c168100021f7aa64.chromatic.com"

0 commit comments

Comments
 (0)