We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b54d0f commit 1358a95Copy full SHA for 1358a95
1 file changed
.github/workflows/test-build-processes.yml
@@ -71,6 +71,7 @@ jobs:
71
os: ${{ matrix.os }}
72
directory: ${{ matrix.directory }}
73
test-certificates: ${{ matrix.test-certificates && true || false }}
74
+ check-gutenberg-functions: ${{ matrix.check-gutenberg-functions || false }}
75
save-build: ${{ matrix.save-build && matrix.save-build || false }}
76
prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
77
0 commit comments