mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
minor #1774 Drop on push for pipeline workflows (chr-hertel)
This PR was merged into the main branch.
Discussion
----------
Drop on push for pipeline workflows
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues |
| License | MIT
This should lower the pressure on fork repos and only focus on PRs, right? 🤔
Commits
-------
992eee8f Drop on push for pipeline workflows
This commit is contained in:
4
.github/workflows/code-quality.yaml
vendored
4
.github/workflows/code-quality.yaml
vendored
@@ -1,10 +1,6 @@
|
||||
name: Code Quality
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'src/*/doc/**'
|
||||
- 'src/**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'src/*/doc/**'
|
||||
|
||||
4
.github/workflows/deptrac.yaml
vendored
4
.github/workflows/deptrac.yaml
vendored
@@ -1,10 +1,6 @@
|
||||
name: Dependency Analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'src/*/doc/**'
|
||||
- 'src/**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'src/*/doc/**'
|
||||
|
||||
5
.github/workflows/doctor-rst.yaml
vendored
5
.github/workflows/doctor-rst.yaml
vendored
@@ -1,11 +1,6 @@
|
||||
name: RST Linter
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.rst'
|
||||
- 'docs/**'
|
||||
- '.github/workflows/doctor-rst.yaml'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.rst'
|
||||
|
||||
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@@ -1,10 +1,6 @@
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'src/*/doc/**'
|
||||
- 'src/**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'src/*/doc/**'
|
||||
|
||||
14
.github/workflows/validation.yaml
vendored
14
.github/workflows/validation.yaml
vendored
@@ -1,20 +1,6 @@
|
||||
name: Validate
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/*/src/Bridge/**/*'
|
||||
- 'src/*/composer.json'
|
||||
- 'src/ai-bundle/config/options.php'
|
||||
- 'splitsh.json'
|
||||
- '.github/workflows/validation.yaml'
|
||||
- '.github/scripts/validate-bridge-naming.sh'
|
||||
- '.github/scripts/validate-bridge-splitsh.sh'
|
||||
- '.github/scripts/validate-bridge-files.sh'
|
||||
- '.github/scripts/validate-bridge-type.sh'
|
||||
- '.github/scripts/validate-bridge-deptrac.sh'
|
||||
- '.github/scripts/validate-dependency-versions.sh'
|
||||
- 'deptrac.yaml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/*/src/Bridge/**/*'
|
||||
|
||||
Reference in New Issue
Block a user