Skip to content

Commit

Permalink
Tidy up w3c-publish workflow. (#43)
Browse files Browse the repository at this point in the history
This patch removes a redundant hack, which was used to disable the w3c-publish workflow in downstream repositories.
  • Loading branch information
dhil authored Aug 1, 2024
1 parent 734608e commit d1859f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/w3c-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
publish-to-w3c-TR:
if: github.repository == 'WebAssembly/spec'
runs-on: ubuntu-latest
# TODO(dhil): The following effectively disables this workflow. It
# should be removed before merging with upstream.
if: false
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit d1859f9

Please sign in to comment.