test workflow

This commit is contained in:
Frédérick Pruneau 2026-02-05 13:42:35 -05:00
parent 618c980ee7
commit 94712c6cda
Signed by: fred
SSH Key Fingerprint: SHA256:NE8ZTR2qtoXf35Rq2m2y6PQA0sIUFPVTEIsGwG9FsXk

View File

@ -50,7 +50,7 @@ jobs:
alert_on_failure:
needs: test
runs-on: ubuntu-24.04
#if: ${{ needs.test.result == 'failure' }}
#if: ${{ needs.test.result == 'failure' }} ##
steps:
- name: Notify Google Chat
if: ${{ always() }} # Use always to ensure that the notification is also send on failure of former steps