From 8fcac002e2c805cc539d3828da546c2a9b6fd770 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 24 Apr 2024 12:13:28 -0400 Subject: [PATCH] Test ref Signed-off-by: Simo Sorce --- .github/workflows/coverity-scan.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index 6119023f..6caf0e08 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -46,7 +46,7 @@ jobs: token: ${{ secrets.COVERITY_SCAN_TOKEN }} on-labeled-pr: - if: ${{ contains(github.event.*.labels.*.name, 'covscan') }} + if: ${{ contains(github.event.*.labels.*.name, 'no-covscan') }} name: Coverity Scan on PR runs-on: ubuntu-latest permissions: @@ -59,14 +59,10 @@ jobs: openssl-devel openssl \ nss-softokn nss-tools nss-softokn-devel \ gh - - name: Find PR - run: | - echo "Base ${{ github.event.pull_request.base.ref }} - ${{ github.event.pull_request.base.sha }}" - echo "Head ${{ github.event.pull_request.head.ref }} - ${{ github.event.pull_request.head.sha }}" - name: Checkout Repository uses: actions/checkout@v4 with: - ref: ${{steps.get-pr.outputs.merge_commit_sha}} + ref: ${{github.event.pull_request.head.sha}} - name: Setup run: | meson setup builddir