Skip to content

Commit

Permalink
perf: removed pull request trigger for image build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 6, 2024
1 parent 24528ee commit 418fa58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Build and Push Docker Images

on:
workflow_call:

pull_request:
branches:
- '**'
workflow_dispatch:

schedule:
- cron: "0 4 * * *"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ services:
CELERY_BROKER_PASSWORD: password
DJANGO_WATCHMAN_TIMEOUT: 30
ANALYTICS_DASHBOARD_CFG: /edx/etc/registrar.yml
image: edxops/registrar-devstack-dev
image: edxops/registrar-devstack-dev:${OPENEDX_RELEASE:-latest}
working_dir: /edx/app/registrar
networks:
default:
Expand Down

0 comments on commit 418fa58

Please sign in to comment.