Skip to content

Commit

Permalink
Prepare to publish to moodlehq
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 5, 2025
1 parent 5e73f22 commit 1450b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_buildx_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push, pull_request, workflow_dispatch]

env:
REPOSITORY: moodle-bench-diff
DOCKERHUB_OWNER: andrewnicols
GH_OWNER: andrewnicols
DOCKERHUB_OWNER: moodlehq
GH_OWNER: moodlehq

jobs:
Test:
Expand All @@ -20,7 +20,7 @@ jobs:
Publish:
# Completely avoid forks and pull requests to try this job.
if: github.repository_owner == 'andrewnicols' && contains(fromJson('["push", "workflow_dispatch"]'), github.event_name)
if: github.repository_owner == 'moodlehq' && contains(fromJson('["push", "workflow_dispatch"]'), github.event_name)
# Requires Test to pass
needs: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1450b35

Please sign in to comment.