Skip to content

Commit

Permalink
change condition before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jul 7, 2021
1 parent d24edca commit df6eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docstr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
post:
runs-on: ubuntu-latest
if: github.repository_owner != 'tardis-sn' && github.event_name == 'push'
if: github.repository_owner == 'tardis-sn' && github.event_name == 'push'
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit df6eede

Please sign in to comment.