Skip to content

Commit d1859f9

Browse files
authored
Tidy up w3c-publish workflow. (#43)
This patch removes a redundant hack, which was used to disable the w3c-publish workflow in downstream repositories.
1 parent 734608e commit d1859f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/w3c-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
publish-to-w3c-TR:
1313
if: github.repository == 'WebAssembly/spec'
1414
runs-on: ubuntu-latest
15-
# TODO(dhil): The following effectively disables this workflow. It
16-
# should be removed before merging with upstream.
17-
if: false
1815
steps:
1916
- name: Checkout repo
2017
uses: actions/checkout@v2

0 commit comments

Comments
 (0)