From fb2f736e4babd4696b346b0c29568157c74df310 Mon Sep 17 00:00:00 2001 From: Snehal Sakhardande Date: Tue, 27 Feb 2024 18:02:48 +0530 Subject: [PATCH] testing workflow config --- .github/workflows/run_sdk_test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_sdk_test.yml b/.github/workflows/run_sdk_test.yml index 87deeb5..197a21d 100644 --- a/.github/workflows/run_sdk_test.yml +++ b/.github/workflows/run_sdk_test.yml @@ -1,7 +1,10 @@ name: SDK test with Python Script on Merge on: - workflow_dispatch: + pull_request: + types: [closed] + branches: + - main jobs: test: runs-on: ubuntu-latest @@ -21,4 +24,4 @@ jobs: - name: Checking env's exist run: echo "CLIENT_ID is $CLIENT_ID and CLIENT_SECRET is $CLIENT_SECRET" - name: Run SDK test - run: cd test && python base.py --exclude TestPacer + run: cd test && python base.py --exclude TestPacer \ No newline at end of file