Skip to content

Commit

Permalink
Restrict verifier to run on main (#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]>
(cherry picked from commit ad199e3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent d949594 commit 4c5815b
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 4c5815b

Please sign in to comment.