From e6afe0abf5ebb5a493d61012d03bde8799bc5429 Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Fri, 12 Apr 2024 14:58:51 +0200 Subject: [PATCH] [ci] Only run w3c-publish on original repo --- .github/workflows/w3c-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/w3c-publish.yml b/.github/workflows/w3c-publish.yml index eeade04ebf..d68183abfc 100644 --- a/.github/workflows/w3c-publish.yml +++ b/.github/workflows/w3c-publish.yml @@ -10,6 +10,7 @@ on: jobs: publish-to-w3c-TR: + if: github.repository == 'WebAssembly/spec' runs-on: ubuntu-latest steps: - name: Checkout repo