Skip to content

Commit

Permalink
test: trigger workflow on the PR to test
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 9, 2024
1 parent 31b070c commit 7c281fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-edx-analytics-dashboard-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

schedule:
- cron: "0 4 * * 1-5" # UTC Time

pull_request:

jobs:
build-and-push-image:
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 7c281fe

Please sign in to comment.