Skip to content

Commit

Permalink
Chore - add rules to limit the chromatic action triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
tplevko committed Mar 7, 2024
1 parent d0655a0 commit f945412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'packages/ui-tests/cypress/**'

# List of jobs
jobs:
chromatic-deployment:
if: github.repository == 'KaotoIO/kaoto-next' && github.actor != 'renovate[bot]'
if: github.repository == 'KaotoIO/kaoto-next' && github.actor != 'renovate[bot]' && !github.event.pull_request.draft
# Operating System
runs-on: ubuntu-latest
# Job steps
Expand Down

0 comments on commit f945412

Please sign in to comment.