diff --git a/.github/workflows/reporting-v2-testing.yml b/.github/workflows/reporting-v2-testing.yml new file mode 100644 index 00000000000..4313586a182 --- /dev/null +++ b/.github/workflows/reporting-v2-testing.yml @@ -0,0 +1,8 @@ +name: Reporting V2 Testing + +on: + pull_request: + +jobs: + push-images: + uses: ./.github/workflows/push-images.yml \ No newline at end of file