From 73f242441a0186021e3db9ecc5b176f067c22b47 Mon Sep 17 00:00:00 2001 From: Madhavan Sridharan Date: Wed, 15 Nov 2023 09:22:55 -0500 Subject: [PATCH] Update INT tests to run on PR submission via forks --- .github/workflows/cdm-integrationtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cdm-integrationtest.yml b/.github/workflows/cdm-integrationtest.yml index cbf8b830..a9291ad2 100644 --- a/.github/workflows/cdm-integrationtest.yml +++ b/.github/workflows/cdm-integrationtest.yml @@ -1,5 +1,5 @@ name: Build and test jar with integration tests -on: [push] +on: [push, pull_request] jobs: CDM-Integration-Test: runs-on: ubuntu-latest