We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a024a02 commit 0eb21b1Copy full SHA for 0eb21b1
.github/workflows/chromatic.yml
@@ -5,9 +5,8 @@ on: push
5
jobs:
6
chromatic:
7
runs-on: ubuntu-latest
8
- # Only run on the main pmndrs/drei repository, not on forks
9
- # Also only run if the CHROMATIC_PROJECT_TOKEN secret is available
10
- if: github.repository == 'pmndrs/drei' && secrets.CHROMATIC_PROJECT_TOKEN != ''
+ # Only run if the CHROMATIC_PROJECT_TOKEN secret is available
+ if: secrets.CHROMATIC_PROJECT_TOKEN != ''
11
steps:
12
- uses: actions/checkout@v4
13
with:
0 commit comments