From 078ce78ac5740b9486c7e13df62f4cba2223dd4c Mon Sep 17 00:00:00 2001 From: Elizabeth Sall Date: Wed, 17 Jan 2024 16:43:02 -0800 Subject: [PATCH] Change requirement for cleaning to be from TIDES repo --- .github/workflows/clean-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-docs.yml b/.github/workflows/clean-docs.yml index 9b07bdcc..4d69640c 100644 --- a/.github/workflows/clean-docs.yml +++ b/.github/workflows/clean-docs.yml @@ -4,7 +4,7 @@ on: jobs: clean: - if: github.event.pull_request.head.repo.full_name == github.repository + if: github.repository_owner == 'TIDES-transit' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2