From 9b0cb8f7aac22ccb4eff6dcabcae4db627217efa Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 21 Dec 2020 17:11:44 +0100 Subject: [PATCH] ci: gh-actions: notify gitter --- .github/notify-gitter.sh | 0 .github/workflows/cmake-build-ci.gen | 1 + .github/workflows/cmake-build-ci.yml | 6 ++++++ 3 files changed, 7 insertions(+) mode change 100644 => 100755 .github/notify-gitter.sh 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 }}