Skip to content

Commit

Permalink
Try to trigger all snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Mar 27, 2024
1 parent 1352046 commit 8636bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
onlyChanged: "!startsWith(github.ref, 'refs/heads/main')" # Use TurboSnap for PR builds
workingDir: packages/nimble-components
externals: |
- '.storybook/public/**'
- '../nimble-tokens/dist/icons/svg/**'
- '../nimble-tokens/source/styledictionary/properties/**'
- 'packages/nimble-components/.storybook/**'
- 'packages/nimble-tokens/dist/icons/svg/**'
- 'packages/nimble-tokens/source/styledictionary/properties/**'
storybookBuildDir: ../../packages/site/dist/storybook
storybookBaseDir: packages/nimble-components
exitOnceUploaded: true # Do not wait for test results
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"value": "#044123ff"
},
"RGB NI Green": {
"value": "#03B585ff"
"value": "#CCDCC8ff"
},
"CMYK NI Green": {
"value": "#03B585ff"
Expand Down

0 comments on commit 8636bc8

Please sign in to comment.