Skip to content

Commit

Permalink
Merge pull request #1804 from MarkEWaite/only-run-github-actions-on-j…
Browse files Browse the repository at this point in the history
…enkinsci-org

Only run GitHub action from jenkinsci repositories
  • Loading branch information
dduportal authored Jan 9, 2024
2 parents 1da9de8 + 997ef1f commit c8d89f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-plugin-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'jenkinsci'
steps:
- name: Check out source code
uses: actions/checkout@v4
Expand Down

0 comments on commit c8d89f8

Please sign in to comment.