Removed condition in notification

This commit is contained in:
Raphaël Walther
2022-02-23 14:05:55 +01:00
parent abf5a2d307
commit fa00f85a31
-2
View File
@@ -103,11 +103,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
- name: Keybase - Node Install
if: env.WORKFLOW_CONCLUSION == 'failure'
run: npm install
working-directory: .github/workflows/support-files
- name: Keybase - Send Notification
if: env.WORKFLOW_CONCLUSION == 'failure'
env:
NYM_NOTIFICATION_KIND: nightly
NYM_PROJECT_NAME: "Nym nightly build"