Skip to content

Commit be73c22

Browse files
authored
ci(chromatic): allow manual UI dispatch on any branch (UI5#8755)
1 parent 7ca03de commit be73c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
chromatic:
13-
if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' || contains(github.event.head_commit.message, '[ci chromatic]') }}
13+
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[ci chromatic]') || (github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main') }}
1414
runs-on: ubuntu-latest
1515
env:
1616
CYPRESS_INSTALL_BINARY: 0

0 commit comments

Comments
 (0)