Skip to content

Commit

Permalink
Fix: ensure workflows only run on pyos org
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jun 7, 2024
1 parent fc8fa0e commit e994394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-help-wanted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
add-help-wanted:
if: github.repository_owner == 'pyopensci'
runs-on: ubuntu-latest
steps:
- name: Add issue to project
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-all-review-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
jobs:
run-meta:
if: github.repository_owner == 'pyopensci'
runs-on: ubuntu-latest
steps:
- name: Check out the code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-contribs-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- cron: "0 0 1,15 * *"
jobs:
run-meta:
if: github.repository_owner == 'pyopensci'
runs-on: ubuntu-latest
steps:
- name: Check out the code
Expand Down

0 comments on commit e994394

Please sign in to comment.