Skip to content

Commit

Permalink
github/workflows: aggregate status of matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Apr 30, 2024
1 parent 3ab5a1c commit d82ab0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
- name: Build
run: sh -x scripts/build/do_build.sh

notify:
runs-on: ubuntu-latest
needs: build
steps:
- name: Notify slack fail
if: failure() && github.repository == 'OpenSIPS/opensips'
env:
Expand Down

0 comments on commit d82ab0c

Please sign in to comment.