mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
CI: Add a comment when a pull request fail
This commit is contained in:
parent
3b15834e8d
commit
29b42b3b37
13
.github/workflows/comment-on-failure.yml
vendored
Normal file
13
.github/workflows/comment-on-failure.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- Joplin Continuous Integration
|
||||||
|
- react-native-android-build-apk
|
||||||
|
- Build macOS M1
|
||||||
|
types: [ completed ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
comment-failure:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: quipper/comment-failure-action@v0.1.1
|
Loading…
Reference in New Issue
Block a user