Skip to content

Commit f0da80e

Browse files
authored
Update owner names
remove vathes as a potential owner of the repository, and add datajoint-company and dj-sciops as potential owners
1 parent 6f47de2 commit f0da80e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/development.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
startsWith(github.ref, 'refs/tags') &&
128128
(
129129
github.repository_owner == 'datajoint' ||
130-
github.repository_owner == 'vathes'
130+
github.repository_owner == 'datajoint-company' ||
131+
github.repository_owner == 'dj-sciops'
131132
)
132133
needs: test
133134
runs-on: ubuntu-latest
@@ -212,7 +213,8 @@ jobs:
212213
startsWith(github.ref, 'refs/tags') &&
213214
(
214215
github.repository_owner == 'datajoint' ||
215-
github.repository_owner == 'vathes'
216+
github.repository_owner == 'datajoint-company' ||
217+
github.repository_owner == 'dj-sciops'
216218
)
217219
needs: publish-release
218220
runs-on: ubuntu-latest
@@ -270,7 +272,8 @@ jobs:
270272
startsWith(github.ref, 'refs/tags') &&
271273
(
272274
github.repository_owner == 'datajoint' ||
273-
github.repository_owner == 'vathes'
275+
github.repository_owner == 'datajoint-company' ||
276+
github.repository_owner == 'dj-sciops'
274277
)
275278
needs: publish-release
276279
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)