From 0b9a6d4a687ef24ba07215974d86904a54d32623 Mon Sep 17 00:00:00 2001 From: Tristan Vuong Date: Thu, 25 Jan 2024 18:54:44 +0000 Subject: [PATCH] Add testing workflow --- .github/workflows/reporting-v2-testing.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/reporting-v2-testing.yml 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