Skip to content

Commit

Permalink
Change requirement for cleaning to be from TIDES repo (#215)
Browse files Browse the repository at this point in the history
Merging now to test...since we have to do from `main`
  • Loading branch information
e-lo authored Jan 18, 2024
1 parent 11a05b2 commit 1f3c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f3c451

Please sign in to comment.