| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,11 +36,12 @@ jobs: | |||
| 36 | 36 | with: | |
| 37 | 37 | persist-credentials: false | |
| 38 | 38 | - name: Check commit message | |
| 39 | + id: commit-check | ||
| 39 | 40 | run: npx -q core-validate-commit "$COMMIT" | |
| 40 | 41 | env: | |
| 41 | 42 | COMMIT: ${{ github.event.after }} | |
| 42 | 43 | - name: Slack Notification | |
| 43 | - if: failure() | ||
| 44 | + if: ${{ failure() && steps.commit-check.conclusion == 'failure' }} | ||
| 44 | 45 | uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3 | |
| 45 | 46 | env: | |
| 46 | 47 | SLACK_COLOR: '#DE512A' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments