Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit d3d9cc2

Browse files
committed
Modifiche CI test con notifiche #82
1 parent 491adb1 commit d3d9cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: always()
4343
with:
4444
type: ${{ job.status }}
45-
job_name: 'Deployment Notification'
45+
job_name: 'PDF Artifacts updated notification'
4646
channel: '#devops_documentazione'
4747
username: 'Docs Deployment Patrol'
4848
url: ${{ secrets.SLACK_WEBHOOK }}

.github/workflows/patrol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: always()
3232
with:
3333
type: ${{ job.status }}
34-
job_name: 'Pull Request Notification'
34+
job_name: 'Verify Docs in Pull Request notification'
3535
mention: 'here'
3636
mention_if: 'failure'
3737
channel: '#devops_documentazione'

0 commit comments

Comments
 (0)