dinner time
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 14m15s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m19s
CI / testsuite (mysql, 8.4, ) (push) Successful in 17m10s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 13m57s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 13m43s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 18m27s
CI / Coding Standard & Static Analysis (push) Failing after 7m28s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 15m54s
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 14m15s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m19s
CI / testsuite (mysql, 8.4, ) (push) Successful in 17m10s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 13m57s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 13m43s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 18m27s
CI / Coding Standard & Static Analysis (push) Failing after 7m28s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 15m54s
This commit is contained in:
31
.gitea/workflows/status.yaml
Normal file
31
.gitea/workflows/status.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: CI Build Status
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- CI
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
on-success:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- name: Webhook
|
||||
uses: zzzze/webhook-trigger@master
|
||||
with:
|
||||
data: "{\"text\":\"cake-addresses build succeeded\"}"
|
||||
webhook_url: "https://chat.ops.hipowered.dev/hooks/697436db05042b4dd9cce240/hZCMq7jCPqHprKFcWp3v49wsf4MaN6caWdh7F8iXiSyr6Ts9"
|
||||
options: "-H \"Content-Type: application/json\""
|
||||
|
||||
on-failure:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||
steps:
|
||||
- name: Webhook
|
||||
uses: zzzze/webhook-trigger@master
|
||||
with:
|
||||
data: "{\"text\":\"cake-addresses build failed\"}"
|
||||
webhook_url: "https://chat.ops.hipowered.dev/hooks/697436db05042b4dd9cce240/hZCMq7jCPqHprKFcWp3v49wsf4MaN6caWdh7F8iXiSyr6Ts9"
|
||||
options: "-H \"Content-Type: application/json\""
|
||||
Reference in New Issue
Block a user