CI: fix some actions alerts

This commit is contained in:
Paolo Tranquilli
2025-08-08 17:51:36 +02:00
parent 72563ec5a4
commit 93e05319cf
2 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ on:
required: false
default: openssl-3.5.0
permissions:
contents: read
jobs:
build:
strategy:

View File

@@ -14,10 +14,7 @@ jobs:
check:
name: Check framework coverage differences and comment
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' }}
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- name: Dump GitHub context
env: