File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 explosion-bot :
11+ if : github.repository_owner == 'explosion'
1112 runs-on : ubuntu-latest
1213 steps :
1314 - name : Dump GitHub context
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 issue-manager :
16+ if : github.repository_owner == 'explosion'
1617 runs-on : ubuntu-latest
1718 steps :
1819 - uses : tiangolo/issue-manager@0.4.0
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ concurrency:
1313
1414jobs :
1515 action :
16+ if : github.repository_owner == 'explosion'
1617 runs-on : ubuntu-latest
1718 steps :
1819 - uses : dessant/lock-threads@v4
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10+ if : github.repository_owner == 'explosion'
1011 runs-on : ubuntu-latest
1112
1213 steps :
Original file line number Diff line number Diff line change 2121jobs :
2222 validate :
2323 name : Validate
24+ if : github.repository_owner == 'explosion'
2425 runs-on : ubuntu-latest
2526 steps :
2627 - name : Check out repo
Original file line number Diff line number Diff line change 1616jobs :
1717 validate :
1818 name : Validate
19+ if : github.repository_owner == 'explosion'
1920 runs-on : ubuntu-latest
2021 steps :
2122 - name : Check out repo
You can’t perform that action at this time.
0 commit comments