Skip to content

Commit 02de8d1

Browse files
committed
Disable W3C publish workflow
1 parent e49a5b7 commit 02de8d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/w3c-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
publish-to-w3c-TR:
1313
runs-on: ubuntu-latest
14+
# TODO(dhil): The following effectively disables this workflow. It
15+
# should be removed before merging with upstream.
16+
if: false
1417
steps:
1518
- name: Checkout repo
1619
uses: actions/checkout@v2

0 commit comments

Comments
 (0)