Skip to content

Commit ed9ebf8

Browse files
authored
Merge pull request #285 from jehsharp/Add_if_to_yamls
Add if to yamls
2 parents 2e7afdd + 263d351 commit ed9ebf8

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414

1515
jobs:
1616
container_build_matrix:
17+
if: github.event.repository.fork == false
1718
runs-on: ubuntu-latest
1819
strategy:
1920
matrix:

.github/workflows/docs_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
docs-check:
1717
name: docs-check
18+
if: github.event.repository.fork == false
1819
runs-on: [ubuntu-latest]
1920
steps:
2021
- name: Checkout

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
jobs:
2020
format-check:
2121
name: format-check
22+
if: github.event.repository.fork == false
2223
runs-on: [ubuntu-latest]
2324
steps:
2425
- name: Checkout

.github/workflows/ubi8-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
jobs:
1818
ubi8-nightly:
1919
name: ubi8-nightly
20+
if: github.event.repository.fork == false
2021
runs-on: [ubuntu-latest]
2122
permissions:
2223
packages: read

.github/workflows/ubi8-weekly.yml

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

1717
jobs:
1818
ubi8-weekly:
19+
if: github.event.repository.fork == false
1920
runs-on: [opencsp-latest-ubi8]
2021
permissions:
2122
packages: read

.github/workflows/ubi8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
jobs:
2020
ubi8-ci:
2121
name: ubi8-ci
22+
if: github.event.repository.fork == false
2223
runs-on: [ubuntu-latest]
2324
permissions:
2425
packages: read

.github/workflows/windows2022.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
jobs:
2020
windows2022-ci:
2121
name: windows2022-ci
22+
if: github.event.repository.fork == false
2223
runs-on: [windows-2022]
2324
steps:
2425
- name: Checkout

0 commit comments

Comments
 (0)