Improve workflow triggers to ensure correct run time (#7378)

* Improve workflow triggers to ensure correct run time

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-07-09 18:50:54 +01:00
committed by GitHub
parent 4b3cb238d7
commit e9557b8c19
5 changed files with 26 additions and 2 deletions

View File

@ -3,6 +3,11 @@ name: "CodeQL Analysis"
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches: [master]

View File

@ -7,7 +7,13 @@
name: "Lint ChangeLog"
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
lint-changelog:

View File

@ -1,8 +1,15 @@
# Lints CMake config and C++ source code.
name: "Lint source code"
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
lint-cmake-files:

View File

@ -1,9 +1,14 @@
name: "SonarCloud Analysis"
on:
push:
branches: [master]
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches: [master]
concurrency:

View File

@ -45,6 +45,7 @@ Enhancements:
- #7373 Upgrade from Qt5 to Qt6 for more modern UI
- #7374 Add missing DEB and RPM dependencies
- #7376 Automated weekly build of Docker images for Linux runners
- #7378 Improve workflow triggers to ensure correct run time
# 1.14.6