From 610828dc9e96313c06126314095576f758e76541 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Mon, 30 Oct 2023 16:40:00 -0400 Subject: [PATCH] code update Signed-off-by: anaxceron --- .github/workflows/pull-request-checker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-checker.yml b/.github/workflows/pull-request-checker.yml index c91792e1b7..6d3ee57119 100644 --- a/.github/workflows/pull-request-checker.yml +++ b/.github/workflows/pull-request-checker.yml @@ -79,7 +79,7 @@ jobs: name: Check for missing review label runs-on: ubuntu-latest needs: [initial-comment] - if: ${{ always() && (needs.initial-comment.result == 'success' || needs.initial-comment.result == 'skipped') && github.actor != 'zowe-robot' && !contains(fromJson('["anaxceron", "jandacek", "nannanli", "samanthasusu", "nellietan", "lparadkar-rocket"]'), github.event.pull_request.user.login) }} + if: ${{ always() && github.actor != 'zowe-robot' && !contains(fromJson('["anaxceron", "jandacek", "nannanli", "samanthasusu", "nellietan", "lparadkar-rocket"]'), github.event.pull_request.user.login) }} steps: - name: Review Label Check @@ -102,7 +102,7 @@ jobs: name: Check for missing release label runs-on: ubuntu-latest needs: [initial-comment] - if: ${{ always() && (needs.initial-comment.result == 'success' || needs.initial-comment.result == 'skipped') && github.actor != 'zowe-robot' }} + if: ${{ always() && github.actor != 'zowe-robot' }} steps: - id: prefix_label_check @@ -123,7 +123,7 @@ jobs: name: Check for missing area label runs-on: ubuntu-latest needs: [initial-comment] - if: ${{ always() && (needs.initial-comment.result == 'success' || needs.initial-comment.result == 'skipped') && github.actor != 'zowe-robot' }} + if: ${{ always() && github.actor != 'zowe-robot' }} steps: - id: prefix_label_check