Skip to content

Commit e751717

Browse files
authored
chore: disable duvet (#1414)
Duvet references in the code base are from spec reference that has not been pushed to mutations/mutations. For now, we will disable duvet, and re-enable it once mutations has been updated.
1 parent e7a8ee9 commit e751717

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/duvet.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# with respect to the specification
44
name: Duvet report
55

6-
on:
7-
pull_request:
8-
push:
9-
branches:
10-
- main
6+
# TODO-HV-2 : Re-Enable Duvet once mutations/mutations Duvet is healthy
7+
# on:
8+
# pull_request:
9+
# push:
10+
# branches:
11+
# - main
1112

1213
jobs:
1314
duvet:

0 commit comments

Comments
 (0)