Skip to content

Commit 9837d29

Browse files
authored
fix workflow files (#470)
1 parent 43ff5d8 commit 9837d29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
pre-release-django-prometheus-job:
88
runs-on: ubuntu-latest
99
name: pre-release django-prometheus
10+
if: ${{ github.repository_owner == 'django-commons' }}
1011
permissions:
1112
id-token: write
1213
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
org-check:
88
name: Check GitHub Organization
9-
if: ${{ github.repository_owner == 'korfuri' }}
9+
if: ${{ github.repository_owner == 'django-commons' }}
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Noop

0 commit comments

Comments
 (0)