Skip to content

Commit

Permalink
fix(ci): always run notif job
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Nov 26, 2024
1 parent a115626 commit 65a6efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/concrete_compiler_test_macos_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/concrete_python_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65a6efb

Please sign in to comment.