Skip to content

Commit

Permalink
Do not trigger CI for changes to .sdkmanrc
Browse files Browse the repository at this point in the history
Also update ci-sanity-check.yml.
  • Loading branch information
gsmet authored and danielsoro committed Sep 20, 2024
1 parent 1b2a031 commit 6c0e734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- '.github/*.conf'
- '.github/workflows/doc-build.yml'
- '.github/workflows/preview.yml'
- '.sdkmanrc'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
Expand All @@ -37,6 +38,7 @@ on:
- '.github/*.conf'
- '.github/workflows/doc-build.yml'
- '.github/workflows/preview.yml'
- '.sdkmanrc'
workflow_dispatch:

concurrency:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,22 @@ on:
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.sdkmanrc'
pull_request:
paths:
- '.gitignore'
- '.dockerignore'
- 'adr/**'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'
- '.sdkmanrc'

jobs:
ci-sanity-check:
Expand Down

0 comments on commit 6c0e734

Please sign in to comment.