Skip to content

Commit

Permalink
ci: don't run CI when unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Jun 20, 2024
1 parent be8cca5 commit 01b7c28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.md'
- '**.adoc'
- '*.txt'
- 'python/**/*'
pull_request:
branches: [stable, development, '*.x']
paths-ignore:
Expand All @@ -17,6 +18,7 @@ on:
- '**.md'
- '**.adoc'
- '*.txt'
- 'python/**/*'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_long_running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '**.md'
- '**.adoc'
- '*.txt'
- 'python/**/*'

jobs:
build-quarkus:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pull_request_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ on:
push:
branches: [stable, development, '*.x']
paths:
- '**/*.py'
- '**/pyproject.toml'
- 'python/**/*'
- '.github/**/*.yml'
pull_request:
branches: [stable, development, '*.x']
paths:
- '**/*.py'
- '**/pyproject.toml'
- 'python/**/*'
- '.github/**/*.yml'

jobs:
Expand Down

0 comments on commit 01b7c28

Please sign in to comment.