Skip to content

Commit 2fba21b

Browse files
authored
Restrict github workflows to explosion (#12470)
1 parent fd07253 commit 2fba21b

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/explosionbot.yml

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

99
jobs:
1010
explosion-bot:
11+
if: github.repository_owner == 'explosion'
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Dump GitHub context

.github/workflows/issue-manager.yml

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

1414
jobs:
1515
issue-manager:
16+
if: github.repository_owner == 'explosion'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: tiangolo/issue-manager@0.4.0

.github/workflows/lock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
jobs:
1515
action:
16+
if: github.repository_owner == 'explosion'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: dessant/lock-threads@v4

.github/workflows/spacy_universe_alert.yml

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

88
jobs:
99
build:
10+
if: github.repository_owner == 'explosion'
1011
runs-on: ubuntu-latest
1112

1213
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
jobs:
2222
validate:
2323
name: Validate
24+
if: github.repository_owner == 'explosion'
2425
runs-on: ubuntu-latest
2526
steps:
2627
- name: Check out repo

.github/workflows/universe_validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
validate:
1818
name: Validate
19+
if: github.repository_owner == 'explosion'
1920
runs-on: ubuntu-latest
2021
steps:
2122
- name: Check out repo

0 commit comments

Comments
 (0)