Skip to content

Commit 3ddff60

Browse files
chertsMikhail Grigorev
andauthored
Run scheduuled workflows only repo owner vitabaks (#1290)
Co-authored-by: Mikhail Grigorev <[email protected]>
1 parent ebed097 commit 3ddff60

14 files changed

+14
-0
lines changed

.github/workflows/molecule_pg_upgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112
strategy:
1213
fail-fast: false
1314
matrix:

.github/workflows/schedule_pg_almalinux10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_almalinux9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_centosstream10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_centosstream9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_debian11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_debian12.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_debian13.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_oracle_linux10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_oracle_linux9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

0 commit comments

Comments
 (0)