Skip to content

Commit

Permalink
[Backport 2.x] Restrict verifier to run on main (opensearch-project#455)
Browse files Browse the repository at this point in the history
Restrict verifier to run on main (opensearch-project#452)

* Restrict verifier to run on main



* Move branches ignore under pull_request



* Removed branch filter



---------


(cherry picked from commit ad199e3)

Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d949594 commit 757cd1c
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 @@ -413,7 +413,7 @@ subprojects {
retry {
failOnPassedAfterRetry = false
maxRetries = 3
maxFailures = 5
maxFailures = 10
}
}
}
Expand Down

0 comments on commit 757cd1c

Please sign in to comment.