Skip to content

Commit

Permalink
actions: fix repository_owner variable
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Jun 21, 2022
1 parent 65c06c3 commit 18b7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: Continuous Integration
on: pull_request
jobs:
unit-tests:
if: github.event.repository.name != 'pelias'
if: github.repository_owner != 'pelias'
uses: ./.github/workflows/_test.yml

0 comments on commit 18b7462

Please sign in to comment.