We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca03de commit be73c22Copy full SHA for be73c22
1 file changed
.github/workflows/chromatic.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
chromatic:
13
- if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' || contains(github.event.head_commit.message, '[ci chromatic]') }}
+ if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[ci chromatic]') || (github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main') }}
14
runs-on: ubuntu-latest
15
env:
16
CYPRESS_INSTALL_BINARY: 0
0 commit comments