Skip to content

Commit

Permalink
Update the paths to ignore for CI runs.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Aug 7, 2023
1 parent 262a219 commit 307b6f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
paths-ignore:
- '.gitignore'
- ".github/workflows/manual-*.yml"
- ".mvn"
- "docbook"
- "distribution"
- ".mvn/**"
- "docbook/**"
- "distribution/**"
- "CODEOWNERS"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.adoc"
Expand All @@ -22,16 +22,16 @@ on:
- "mvnw.cmd"
- "README.md"
- "SECURITY.md"
- "*/README.MD"
- "**/README.MD"
pull_request:
branches:
- '**'
paths-ignore:
- '.gitignore'
- ".github/workflows/manual-*.yml"
- ".mvn"
- "docbook"
- "distribution"
- ".mvn/**"
- "docbook/**"
- "distribution/**"
- "CODEOWNERS"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.adoc"
Expand All @@ -41,7 +41,7 @@ on:
- "mvnw.cmd"
- "README.md"
- "SECURITY.md"
- "*/README.MD"
- "**/README.MD"

# Only run the latest job
concurrency:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
paths-ignore:
- '.gitignore'
- ".github/workflows/manual-*.yml"
- ".mvn"
- "docbook"
- "distribution"
- ".mvn/**"
- "docbook/**"
- "distribution/**"
- "CODEOWNERS"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.adoc"
Expand All @@ -21,7 +21,7 @@ on:
- "mvnw.cmd"
- "README.md"
- "SECURITY.md"
- "*/README.MD"
- "**/README.MD"
schedule:
- cron: '0 0 * * *' # Every day at 00:00 UTC

Expand Down

0 comments on commit 307b6f1

Please sign in to comment.