mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
chore: change job name
This commit is contained in:
parent
90b4bf96bc
commit
b78c708bc7
6
.github/workflows/pull_request.yml
vendored
6
.github/workflows/pull_request.yml
vendored
@ -7,7 +7,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
lint-code:
|
lint-code:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: PingMe
|
name: Perform Checks
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v1.29
|
version: v1.29
|
||||||
|
|
||||||
- name: Notification for checks failure
|
- name: Notify on failure
|
||||||
uses: kha7iq/pingme-action@v1
|
uses: kha7iq/pingme-action@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
env:
|
env:
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
service: pushover
|
service: pushover
|
||||||
|
|
||||||
- name: Notification for checks passing
|
- name: Notify on success
|
||||||
uses: kha7iq/pingme-action@v1
|
uses: kha7iq/pingme-action@v1
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user