Skip to content

Commit

Permalink
Only run attach project issues workflow from Our repo - not forks (#135)
Browse files Browse the repository at this point in the history
* fix fork ci

* owner
  • Loading branch information
sambles authored Aug 9, 2024
1 parent 67a7246 commit b717658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/project-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
track_pr:
runs-on: ubuntu-latest
if: github.repository_owner == 'OasisLMF'
steps:
- name: Get project data
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/project-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
track_issue:
runs-on: ubuntu-latest
if: github.repository_owner == 'OasisLMF'
steps:
- name: Get project data
env:
Expand Down

0 comments on commit b717658

Please sign in to comment.