We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 5f53dea commit 875fe98Copy full SHA for 875fe98
.github/workflows/clojure.yml
@@ -33,7 +33,7 @@ jobs:
33
notify-test-failures:
34
runs-on: ubuntu-latest
35
needs: [test, codox]
36
- if: failure()
+ if: failure() && github.ref == 'refs/heads/main'
37
steps:
38
- env:
39
SECRET: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
0 commit comments