fix: Replace example in github workflow config

This commit is contained in:
Tom Moor
2022-04-09 18:52:07 -07:00
parent 2d159d683b
commit b82176bae4

View File

@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
# Only run on main repo on and PRs that match the main repo.
if: |
github.repository == 'example/example_repo' &&
github.repository == 'outline/outline' &&
(github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository)
steps: