Skip to content

Commit

Permalink
chore: change job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Apr 29, 2021
1 parent 90b4bf9 commit b78c708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
jobs:
lint-code:
runs-on: ubuntu-latest
name: PingMe
name: Perform Checks
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b78c708

Please sign in to comment.