Skip to content

Commit 1450b35

Browse files
committed
Prepare to publish to moodlehq
1 parent 5e73f22 commit 1450b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_buildx_and_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
REPOSITORY: moodle-bench-diff
7-
DOCKERHUB_OWNER: andrewnicols
8-
GH_OWNER: andrewnicols
7+
DOCKERHUB_OWNER: moodlehq
8+
GH_OWNER: moodlehq
99

1010
jobs:
1111
Test:
@@ -20,7 +20,7 @@ jobs:
2020
2121
Publish:
2222
# Completely avoid forks and pull requests to try this job.
23-
if: github.repository_owner == 'andrewnicols' && contains(fromJson('["push", "workflow_dispatch"]'), github.event_name)
23+
if: github.repository_owner == 'moodlehq' && contains(fromJson('["push", "workflow_dispatch"]'), github.event_name)
2424
# Requires Test to pass
2525
needs: Test
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)