Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 17, 2025
1 parent 5e1a1b9 commit 1fa8f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:

- name: Publish storybook to Google Cloud
working-directory: ui
if: !github.event.pull_request.number
if: ${{ !github.event.pull_request.number }}
run: |
gsutil -m rsync -d -r storybook-static/storybook gs://internal-kestra-host/${{ format('{0}/{1}', github.repository, github.ref_name) }}
- name: Create commit comment
uses: peter-evans/commit-comment@v3
if: !github.event.pull_request.number
if: ${{ !github.event.pull_request.number }}
with:
body: |
Storybook published on ${{ github.event.repository.updated_at }}
Expand Down

0 comments on commit 1fa8f54

Please sign in to comment.