Skip to content

Commit

Permalink
Fix if statement for wrong repository
Browse files Browse the repository at this point in the history
  • Loading branch information
annervisser committed May 16, 2023
1 parent 453fd1a commit 1b312d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pr-check:
name: PR test for locking-cache
runs-on: ubuntu-latest
if: github.repository == 'ScientaNL/locking-cache'
if: github.repository_owner == 'ScientaNL'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1b312d7

Please sign in to comment.