diff --git a/.github/workflows/concrete_compiler_test_macos_cpu.yml b/.github/workflows/concrete_compiler_test_macos_cpu.yml index f305db672..30d9de1f4 100644 --- a/.github/workflows/concrete_compiler_test_macos_cpu.yml +++ b/.github/workflows/concrete_compiler_test_macos_cpu.yml @@ -96,6 +96,7 @@ jobs: slack-notif-macos: needs: ["build-and-test"] runs-on: "ubuntu-latest" + if: always() steps: - name: Slack Notification # we want to check that prepare_slack_notif was run diff --git a/.github/workflows/concrete_python_release_cpu.yml b/.github/workflows/concrete_python_release_cpu.yml index 34871f195..107029c26 100644 --- a/.github/workflows/concrete_python_release_cpu.yml +++ b/.github/workflows/concrete_python_release_cpu.yml @@ -450,6 +450,7 @@ jobs: slack-notif-macos: needs: ["test-macos"] runs-on: "ubuntu-latest" + if: always() steps: - name: Slack Notification # we want to check that prepare_slack_notif was run diff --git a/.github/workflows/concrete_python_test_macos.yml b/.github/workflows/concrete_python_test_macos.yml index 805a32fa6..9ae310f51 100644 --- a/.github/workflows/concrete_python_test_macos.yml +++ b/.github/workflows/concrete_python_test_macos.yml @@ -122,6 +122,7 @@ jobs: slack-notif-macos: needs: ["concrete-python-test-pytest"] runs-on: "ubuntu-latest" + if: always() steps: - name: Slack Notification # we want to check that prepare_slack_notif was run