From 3d649311922dab9893f5a5f9bbb2c0e10666d0d2 Mon Sep 17 00:00:00 2001 From: Puneet Kala Date: Thu, 9 Jun 2022 16:48:18 +0530 Subject: [PATCH] PMM-9951 run the workflow on push temp (#258) --- .github/workflows/postgresql-11-pmm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postgresql-11-pmm.yaml b/.github/workflows/postgresql-11-pmm.yaml index ca03432..15165a7 100644 --- a/.github/workflows/postgresql-11-pmm.yaml +++ b/.github/workflows/postgresql-11-pmm.yaml @@ -1,5 +1,5 @@ name: postgresql-11-pmm-integration -on: pull_request +on: push jobs: build: @@ -18,7 +18,7 @@ jobs: run: echo 'The branch and Repo Name is' ${{ github.head_ref }} ${{ github.actor }}/pg_stat_monitor - name: Run PMM & PGSM Setup, E2E Tests - run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11 --pgstat-monitor-branch=${{ github.head_ref }} --pgstat-monitor-repo=${{ github.actor }}/pg_stat_monitor + run: bash -xe ./pmm_pgsm_setup/pmm_pgsm_setup.sh --pgsql-version=11 --pgstat-monitor-branch=${{ github.head_ref }} - name: Get PMM-Agent Logs from the Container if: success() || failure() # run this step even if previous step failed