File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : Run Python Script Directly
3434 if : |
35- github.repository_owner == 'openziti'
35+ ( github.repository_owner == 'openziti' || github.repository_owner == 'netfoundry')
3636 && ((github.event_name != 'pull_request_review')
3737 || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved'))
3838 env :
5656
5757 - name : Run in Docker with Core Dumps
5858 if : |
59- github.repository_owner == 'openziti'
59+ ( github.repository_owner == 'openziti' || github.repository_owner == 'netfoundry')
6060 && ((github.event_name != 'pull_request_review')
6161 || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved'))
6262 shell : bash
@@ -109,7 +109,7 @@ jobs:
109109 - uses : ./
110110 name : Run as a GH Action from the Local Checkout
111111 if : |
112- github.repository_owner == 'openziti'
112+ ( github.repository_owner == 'openziti' || github.repository_owner == 'netfoundry')
113113 && ((github.event_name != 'pull_request_review')
114114 || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved'))
115115 with :
You can’t perform that action at this time.
0 commit comments