mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Create onrush.yml
This commit is contained in:
parent
75eccc45c8
commit
dd0c0a6190
1 changed files with 15 additions and 0 deletions
15
.github/workflows/onrush.yml
vendored
Normal file
15
.github/workflows/onrush.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: pusher
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Test Deploy"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
on-push:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- run: echo 'job completed'
|
||||
|
Loading…
Reference in a new issue