ci: gh-actions: notify gitter
[m6w6/libmemcached] / .github / workflows / cmake-build-ci.gen
index dd170e3bbeef6937e93b5645f3cfa3d151d24413..e8484a50e160506c620b04f5ebb7b8b714fc070c 100755 (executable)
@@ -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 }}
 <?php
 }