Skip to content

Commit

Permalink
(CI) Only build doc and binaries on owner repository (#1434)
Browse files Browse the repository at this point in the history
This will avoid nightly errors on forks
  • Loading branch information
1technophile authored Feb 3, 2023
1 parent bd9dcf1 commit 2ab603e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_docs_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build-upload:
runs-on: ubuntu-latest
if: github.repository_owner == '1technophile'
name: Build and upload Assets to Release
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2ab603e

Please sign in to comment.