Skip to content

Commit

Permalink
only run on repository_owner
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Nov 14, 2023
1 parent 0f8768a commit 5abe20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
industrial_ci:
if: github.event.pull_request.draft == false # only run on non-draft PRs
if: github.event.pull_request.draft == false && github.repository_owner == 'mojin-robotics'
runs-on: ubuntu-latest
timeout-minutes: 60

Expand Down

0 comments on commit 5abe20e

Please sign in to comment.