Skip to content

Commit ad5b230

Browse files
authored
Exclude commit checker job on master (#1480)
Exclude commit checker job on master as it's failing due to GitHub feature which adds PR# to every title afterwards. This will make post submit workflow green. Resolves: MINOR-IMPROVEMENT Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 9667267 commit ad5b230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
psv-commit-checker:
235235
name: PSV.Commit.Checker
236236
runs-on: ubuntu-20.04
237+
if: github.ref_name != 'master'
237238
steps:
238239
- uses: actions/checkout@v3
239240
with:

0 commit comments

Comments
 (0)