Skip to content

Commit

Permalink
Skip CI on documentation updates (#563)
Browse files Browse the repository at this point in the history
Closes #562
  • Loading branch information
masokol authored Aug 28, 2023
1 parent 67eb33a commit ffa8931
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: Test report

on:
workflow_dispatch:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'

env:
MAVEN_OPTS: -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
Expand Down

0 comments on commit ffa8931

Please sign in to comment.