From 65a6efb6ba8a6249a52aea202df3484cedb4bc1e Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 26 Nov 2024 11:32:08 +0100 Subject: [PATCH] fix(ci): always run notif job --- .github/workflows/concrete_compiler_test_macos_cpu.yml | 1 + .github/workflows/concrete_python_release_cpu.yml | 1 + .github/workflows/concrete_python_test_macos.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/concrete_compiler_test_macos_cpu.yml b/.github/workflows/concrete_compiler_test_macos_cpu.yml index f305db672d..30d9de1f4b 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 34871f195a..107029c26a 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 805a32fa66..9ae310f518 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