Skip to content

Commit a0041cc

Browse files
authored
testing conditionals
1 parent 9c64018 commit a0041cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/visual_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
chromatic:
1010
name: Visual testing
1111
runs-on: ubuntu-latest
12-
environment: ${{ github.ref == 'refs/heads/main' && 'Preview' || 'needs-approval' }}
12+
environment: ${{ github.ref == 'refs/heads/main' && 'needs-approval' || 'Preview' }}
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)