From: Michael Wallner Date: Mon, 21 Dec 2020 16:11:44 +0000 (+0100) Subject: ci: gh-actions: notify gitter X-Git-Tag: 1.1.0-beta1~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=commitdiff_plain;h=9b0cb8f7aac22ccb4eff6dcabcae4db627217efa ci: gh-actions: notify gitter --- diff --git a/.github/notify-gitter.sh b/.github/notify-gitter.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index dd170e3b..e8484a50 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -263,6 +263,7 @@ function steps_package() { function steps_notify($os_vnd) { ?> - name: Notify Gitter + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }}