Skip to content

Commit

Permalink
github-action/ofborg: only run in main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 28, 2020
1 parent 83f41b7 commit 88c60d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wait-ofborg.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
done
echo "Timeout!"
exit 1
# ofborg is not checking forks.
if: github.repository_owner == 'NixOS'
env:
GITHUB_TOKEN: ${{ github.token }}
COMMIT: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 88c60d9

Please sign in to comment.