Skip to content

Commit

Permalink
PG-31
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Dec 3, 2023
1 parent 86cf9f5 commit 2203c4c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Status:* IN PROGRESS"
"text": "*Start:*\n${{ steps.timer_start.outputs.DATE_START }}"
},
{
"type": "mrkdwn",
"text": "*Duration:* --"
"text": "*End:*\n--"
}
]
},
Expand All @@ -57,11 +57,11 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Start:*\n${{ steps.timer_start.outputs.DATE_START }}"
"text": "*Status:* IN PROGRESS"
},
{
"type": "mrkdwn",
"text": "*End:*\n--"
"text": ":hourglass: --"
}
]
},
Expand Down Expand Up @@ -141,11 +141,11 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Status:* Success"
"text": "*Start:*\n${{ steps.timer_start.outputs.DATE_START }}"
},
{
"type": "mrkdwn",
"text": "*Duration:* ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
"text": "*End:*\n${{ steps.timer_end.outputs.DATE_END }}"
}
]
},
Expand All @@ -154,11 +154,11 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Start:*\n${{ steps.timer_start.outputs.DATE_START }}"
"text": "*Status:* Success"
},
{
"type": "mrkdwn",
"text": "*End:*\n${{ steps.timer_end.outputs.DATE_END }}"
"text": ":hourglass: ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
}
]
},
Expand Down Expand Up @@ -202,11 +202,11 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Status:* FAILED"
"text": "*Start:*\n${{ steps.timer_start.outputs.DATE_START }}"
},
{
"type": "mrkdwn",
"text": "*Duration:* ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
"text": "*End:*\n${{ steps.timer_end.outputs.DATE_END }}"
}
]
},
Expand All @@ -215,11 +215,11 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Start:*\n${{ steps.timer_start.outputs.DATE_START }}"
"text": "*Status:* FAILED"
},
{
"type": "mrkdwn",
"text": "*End:*\n${{ steps.timer_end.outputs.DATE_END }}"
"text": ":hourglass: ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
}
]
},
Expand Down

0 comments on commit 2203c4c

Please sign in to comment.