chore(ci): only trigger time consuming steps when relevant (#1714)

This commit is contained in:
Alexandre Daubois
2025-07-05 18:37:59 +02:00
committed by GitHub
parent 6be261169a
commit 23c493dfcf
5 changed files with 25 additions and 4 deletions

View File

@@ -7,8 +7,14 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
paths:
- "*.c"
- "*.h"
- "*.stub.php"
- "*Dockerfile"
- "docker-bake.hcl"
- "*.sh"
- ".github/workflows/docker.yaml"
push:
branches:
- main

View File

@@ -1,5 +1,8 @@
---
name: Lint Code Base
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
on:
pull_request:
branches:

View File

@@ -1,5 +1,8 @@
---
name: Sanitizers
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
on:
pull_request:
branches:

View File

@@ -7,8 +7,14 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
paths:
- "*.c"
- "*.h"
- "*.stub.php"
- "*Dockerfile"
- "docker-bake.hcl"
- "*.sh"
- ".github/workflows/static.yaml"
push:
branches:
- main

View File

@@ -1,5 +1,8 @@
---
name: Tests
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
on:
pull_request:
branches: