From 4fc20707a4c26546c3e7f89c035160949da9aae9 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:41:28 +0500 Subject: [PATCH] chore: Remove pull_request trigger from workflow --- .github/workflows/push-program-intent-engagement-image.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/push-program-intent-engagement-image.yaml b/.github/workflows/push-program-intent-engagement-image.yaml index a921da4..f3dceae 100644 --- a/.github/workflows/push-program-intent-engagement-image.yaml +++ b/.github/workflows/push-program-intent-engagement-image.yaml @@ -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: build-and-push-image: runs-on: ubuntu-latest