ci: do not force ci to rerun if a pr was marked ready for review without additional code changes

This commit is contained in:
sithlord48
2025-11-12 09:46:01 -05:00
committed by Nick Bolton
parent 1b67293d9c
commit 567766508a
3 changed files with 0 additions and 7 deletions

View File

@ -5,7 +5,6 @@ name: "CodeQL Analysis"
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- '.github/workflows/codeql-analysis.yml'
- 'cmake/Libraries.cmake'

View File

@ -10,11 +10,6 @@ on:
tags:
- "v*"
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
env:
GIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}

View File

@ -5,7 +5,6 @@ name: "SonarCloud Analysis"
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- '.github/workflows/sonarcloud-analysis.yml'
- 'sonar-project.properties'