From b78c708bc7f5eaaf8f422e6e7090e5c3cdfd403c Mon Sep 17 00:00:00 2001 From: kha7iq Date: Fri, 30 Apr 2021 03:38:24 +0800 Subject: [PATCH] chore: change job name --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 95e201c..9cc4b59 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ env: jobs: lint-code: runs-on: ubuntu-latest - name: PingMe + name: Perform Checks steps: - name: Checkout uses: actions/checkout@v2 @@ -17,7 +17,7 @@ jobs: with: version: v1.29 - - name: Notification for checks failure + - name: Notify on failure uses: kha7iq/pingme-action@v1 if: failure() env: @@ -26,7 +26,7 @@ jobs: with: service: pushover - - name: Notification for checks passing + - name: Notify on success uses: kha7iq/pingme-action@v1 if: success() env: