Skip to content

Commit 09dfd90

Browse files
Merge pull request #15672 from guardian/ignore-ab-testing
Skip chromatic workflow for changes to ab-testing
2 parents 6df13f8 + 935e5a4 commit 09dfd90

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/chromatic-label-helper.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ name: Chromatic Label Helper
88
on:
99
pull_request:
1010
types: [opened, ready_for_review]
11+
paths-ignore:
12+
- 'ab-testing/**'
1113

1214
jobs:
1315
write_comment:

.github/workflows/dcr-chromatic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
pull_request:
77
types: [opened, labeled, synchronize]
8+
paths-ignore:
9+
- 'ab-testing/**'
810

911
jobs:
1012
chromatic:

0 commit comments

Comments
 (0)