File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 container_build_matrix :
17+ if : github.event.repository.fork == false
1718 runs-on : ubuntu-latest
1819 strategy :
1920 matrix :
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ concurrency:
1515jobs :
1616 docs-check :
1717 name : docs-check
18+ if : github.event.repository.fork == false
1819 runs-on : [ubuntu-latest]
1920 steps :
2021 - name : Checkout
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ concurrency:
1919jobs :
2020 format-check :
2121 name : format-check
22+ if : github.event.repository.fork == false
2223 runs-on : [ubuntu-latest]
2324 steps :
2425 - name : Checkout
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ concurrency:
1717jobs :
1818 ubi8-nightly :
1919 name : ubi8-nightly
20+ if : github.event.repository.fork == false
2021 runs-on : [ubuntu-latest]
2122 permissions :
2223 packages : read
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ concurrency:
1616
1717jobs :
1818 ubi8-weekly :
19+ if : github.event.repository.fork == false
1920 runs-on : [opencsp-latest-ubi8]
2021 permissions :
2122 packages : read
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ concurrency:
1919jobs :
2020 ubi8-ci :
2121 name : ubi8-ci
22+ if : github.event.repository.fork == false
2223 runs-on : [ubuntu-latest]
2324 permissions :
2425 packages : read
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ concurrency:
1919jobs :
2020 windows2022-ci :
2121 name : windows2022-ci
22+ if : github.event.repository.fork == false
2223 runs-on : [windows-2022]
2324 steps :
2425 - name : Checkout
You can’t perform that action at this time.
0 commit comments