From 7c281fe530b7886f622c773ef2900a84ae351c59 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 9 Dec 2024 21:00:42 +0500 Subject: [PATCH] test: trigger workflow on the PR to test --- .github/workflows/push-edx-analytics-dashboard-image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-edx-analytics-dashboard-image.yaml b/.github/workflows/push-edx-analytics-dashboard-image.yaml index 4890d0e..a93d514 100644 --- a/.github/workflows/push-edx-analytics-dashboard-image.yaml +++ b/.github/workflows/push-edx-analytics-dashboard-image.yaml @@ -8,6 +8,8 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time + + pull_request: jobs: build-and-push-image: @@ -42,7 +44,7 @@ jobs: file: ./dockerfiles/edx-analytics-dashboard.Dockerfile push: true target: dev - tags: edxops/insights-dev:${{ steps.get-tag-name.outputs.result }} + tags: edxops/insights-dev:test - name: Send failure notification if: failure()