mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
chore(ci): only trigger time consuming steps when relevant (#1714)
This commit is contained in:
committed by
GitHub
parent
6be261169a
commit
23c493dfcf
10
.github/workflows/docker.yaml
vendored
10
.github/workflows/docker.yaml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
---
|
||||
name: Lint Code Base
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
3
.github/workflows/sanitizers.yaml
vendored
3
.github/workflows/sanitizers.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
---
|
||||
name: Sanitizers
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
10
.github/workflows/static.yaml
vendored
10
.github/workflows/static.yaml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
---
|
||||
name: Tests
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user