diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 53c54bfd..5ff289c0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ concurrency: jobs: docs-deploy: - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' && github.repository == 'stfc/janus-core' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}