ci: ignore develop commits
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/storybook.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/storybook.yml
									
									
									
									
										vendored
									
									
								
							@@ -53,7 +53,7 @@ jobs:
 | 
			
		||||
        CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
 | 
			
		||||
    - name: Notify that Chromatic will skip testing
 | 
			
		||||
      uses: actions/github-script@v6.4.0
 | 
			
		||||
      if: github.ref != 'refs/heads/master' && steps.chromatic.outputs.skip == 'true'
 | 
			
		||||
      if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' && steps.chromatic.outputs.skip == 'true'
 | 
			
		||||
      with:
 | 
			
		||||
        github-token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
        script: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user