mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
15 lines
301 B
YAML
15 lines
301 B
YAML
name: comment-on-failure
|
|
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
|