Skip to content

Commit

Permalink
Restrict verifier to run on main (opensearch-project#452)
Browse files Browse the repository at this point in the history
* Restrict verifier to run on main

Signed-off-by: Owais Kazi <[email protected]>

* Move branches ignore under pull_request

Signed-off-by: Owais Kazi <[email protected]>

* Removed branch filter

Signed-off-by: Owais Kazi <[email protected]>

---------

Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 authored Jan 25, 2024
1 parent 183d37f commit ad199e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/changelog_verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'whitesource-remediate/**'
- 'backport/**'
pull_request:
branches: main
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ subprojects {
retry {
failOnPassedAfterRetry = false
maxRetries = 3
maxFailures = 5
maxFailures = 10
}
}
}
Expand Down

0 comments on commit ad199e3

Please sign in to comment.