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