From f8c1dad8a215282113fc49089f6fcf7e54df2dfc Mon Sep 17 00:00:00 2001 From: thelovekesh Date: Fri, 27 May 2022 20:20:40 +0530 Subject: [PATCH] Fix workflow to run build label job on a PR only --- .github/workflows/test-measure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-measure.yml b/.github/workflows/test-measure.yml index d29e4ce8..cccc86fa 100644 --- a/.github/workflows/test-measure.yml +++ b/.github/workflows/test-measure.yml @@ -255,6 +255,7 @@ jobs: CI: true - name: Comment on PR with build status + if: ${{ github.event_name }} == 'pull_request' uses: actions/github-script@v6 with: script: |