Skip to content

Commit

Permalink
Test ref
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Apr 24, 2024
1 parent 379a097 commit 8fcac00
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 8fcac00

Please sign in to comment.