From 67466f649390eb47df570be18f9dfe69874bf9c0 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Tue, 22 Oct 2024 00:03:37 +0500 Subject: [PATCH] fix: remove test code --- .github/workflows/push-edx-platform-images.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/push-edx-platform-images.yml b/.github/workflows/push-edx-platform-images.yml index f1b56c4..f68926f 100644 --- a/.github/workflows/push-edx-platform-images.yml +++ b/.github/workflows/push-edx-platform-images.yml @@ -9,11 +9,6 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time - # Added for testing purposes. Will remove once the PR is finalised - pull_request: - branches: - - '**' - jobs: push: runs-on: ubuntu-22.04