Skip to content

Commit

Permalink
Merge pull request #1162 from zama-ai/ci/fix-macos-notif
Browse files Browse the repository at this point in the history
fix(ci): always run notif job
  • Loading branch information
youben11 authored Nov 27, 2024
2 parents 0958d62 + ff6fa72 commit 2456b27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/concrete_python_tests_macos.yml
- .github/workflows/concrete_python_test_macos.yml
push:
branches:
- 'main'
Expand Down 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 2456b27

Please sign in to comment.