Skip to content

Commit e994394

Browse files
committed
Fix: ensure workflows only run on pyos org
1 parent fc8fa0e commit e994394

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/add-help-wanted.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
add-help-wanted:
10+
if: github.repository_owner == 'pyopensci'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Add issue to project

.github/workflows/update-all-review-data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
jobs:
66
run-meta:
7+
if: github.repository_owner == 'pyopensci'
78
runs-on: ubuntu-latest
89
steps:
910
- name: Check out the code

.github/workflows/update-contribs-reviews.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- cron: "0 0 1,15 * *"
88
jobs:
99
run-meta:
10+
if: github.repository_owner == 'pyopensci'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Check out the code

0 commit comments

Comments
 (0)