From bd7d8b529741a769824e798a87227c9e440dd637 Mon Sep 17 00:00:00 2001 From: Vicente Canales Date: Tue, 24 Oct 2023 21:03:31 +0200 Subject: [PATCH] Uncomment repo check It was commented out for testing on a fork. --- .github/workflows/deploy-to-dotorg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-dotorg.yml b/.github/workflows/deploy-to-dotorg.yml index 1948efb2..2cc47029 100644 --- a/.github/workflows/deploy-to-dotorg.yml +++ b/.github/workflows/deploy-to-dotorg.yml @@ -15,7 +15,7 @@ on: - patch jobs: update-google-fonts-json: - ## if: github.repository_owner == 'WordPress' + if: github.repository_owner == 'WordPress' # The type of runner that the job will run on runs-on: ubuntu-latest