Skip to content

Commit

Permalink
fix: Update comment for canary action (#2950)
Browse files Browse the repository at this point in the history
Update comment to trigger a canary release

[category:Infrastructure]

Co-authored-by: manuel.carrera <manuel.carrera@workday.com>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Oct 3, 2024
1 parent 1013004 commit f66aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
## Build Storybook and extract component stories for Storybook aggregation. This will be used
## for Chromatic rebaselining and publishing to GH Pages. Should be before `yarn build` since
## built assets mess up this command
# removed yarn sb extract docs docs/stories.json because we were exceeding limit in CI, add back in once we find more space
# removed yarn sb extract docs docs/stories.json because we were exceeding limit in CI, add this back in once we figure out how to extend the limit
- name: Build Storybook
run: |
yarn build-storybook --quiet
Expand Down

0 comments on commit f66aa92

Please sign in to comment.