From cd3c2a7ba6e8fb55d55aa432a84d33e70c0862cf Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 6 Dec 2024 17:05:34 +0500 Subject: [PATCH] fix: remove pull request trigger --- .github/workflows/push-edx-analytics-dashboard-image.yaml | 2 -- .github/workflows/push-edx-notes-api-image.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/push-edx-analytics-dashboard-image.yaml b/.github/workflows/push-edx-analytics-dashboard-image.yaml index 1a0d768..4890d0e 100644 --- a/.github/workflows/push-edx-analytics-dashboard-image.yaml +++ b/.github/workflows/push-edx-analytics-dashboard-image.yaml @@ -8,8 +8,6 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time - - pull_request: jobs: build-and-push-image: diff --git a/.github/workflows/push-edx-notes-api-image.yaml b/.github/workflows/push-edx-notes-api-image.yaml index cd0f214..8ad2558 100644 --- a/.github/workflows/push-edx-notes-api-image.yaml +++ b/.github/workflows/push-edx-notes-api-image.yaml @@ -8,8 +8,6 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time - - pull_request: jobs: build-and-push-image: