diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 9336826c687..87f2021f978 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -48,6 +48,7 @@ jobs: command: pages deploy ./_site --project-name=cldr - name: Add deploy comment to PR uses: actions/github-script@v7 + if: github.event_name == 'pull_request' with: script: | github.rest.issues.createComment({