Skip to content

Commit

Permalink
ci: notify mattermost depends on lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jul 18, 2024
1 parent 723b771 commit 88d7eb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
notify-mattermost:
runs-on: ubuntu-latest
needs: lint
strategy:
matrix:
option: ${{ needs.lint.outputs.* }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 88d7eb0

Please sign in to comment.