Skip to content

Commit aeab96e

Browse files
Skip pixel validation for dependabot
1 parent 43fee6c commit aeab96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pixel-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
pixel-validation:
10+
if: github.actor != 'dependabot[bot]'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)