Skip to content

Commit

Permalink
Patch github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
envex committed Nov 22, 2023
1 parent 2f9b32c commit 55a5127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push
jobs:
chromatic:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
continue-on-error: true
steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit 55a5127

Please sign in to comment.