Skip to content

Commit

Permalink
Update GitHub PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 5, 2023
1 parent d6936c3 commit e4d8335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: storybook
exitZeroOnChanges: true
# autoAcceptChanges: true # TODO: Enable once release - won't be pushing new features directly to main
autoAcceptChanges: true
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- ready_for_review

concurrency:
group: pull-request-${{ github.ref }}
Expand Down

0 comments on commit e4d8335

Please sign in to comment.