Skip to content

Commit 23c448b

Browse files
authored
add acceptance test condition for repo owner (#2535)
1 parent 9a7f4a6 commit 23c448b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/acceptance_test_dfa.yaml

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

1717
jobs:
1818
acceptance_tests:
19+
if: ${{ github.repository_owner == 'hashicorp' }}
1920
runs-on: custom-linux-medium
2021
steps:
2122
- name: Checkout repository

.github/workflows/acceptance_tests_aks.yaml

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

3939
jobs:
4040
acceptance_tests_aks:
41+
if: ${{ github.repository_owner == 'hashicorp' }}
4142
runs-on: custom-linux-medium
4243
steps:
4344
- name: Checkout repository

.github/workflows/acceptance_tests_eks.yaml

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

4444
jobs:
4545
acceptance_tests_eks:
46+
if: ${{ github.repository_owner == 'hashicorp' }}
4647
runs-on: custom-linux-medium
4748
steps:
4849
- name: Checkout repository

.github/workflows/acceptance_tests_gke.yaml

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

4545
jobs:
4646
acceptance_tests_gke:
47+
if: ${{ github.repository_owner == 'hashicorp' }}
4748
runs-on: custom-linux-medium
4849
steps:
4950
- name: Checkout repository

.github/workflows/acceptance_tests_kind.yaml

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

3333
jobs:
3434
acceptance_tests_kind:
35+
if: ${{ github.repository_owner == 'hashicorp' }}
3536
runs-on: custom-linux-medium
3637
steps:
3738
- name: Checkout repository

0 commit comments

Comments
 (0)