mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update dist-2.yml
This commit is contained in:
parent
826627c07c
commit
6e629db75c
1 changed files with 2 additions and 7 deletions
9
.github/workflows/dist-2.yml
vendored
9
.github/workflows/dist-2.yml
vendored
|
@ -1,14 +1,10 @@
|
||||||
name: Repository Dispatch
|
name: Repository Dispatch
|
||||||
|
|
||||||
on:
|
on:
|
||||||
check_suite:
|
repository_dispatch:
|
||||||
types: [completed]
|
types: [my-event]
|
||||||
# repository_dispatch:
|
|
||||||
# types: [my-event]
|
|
||||||
#pull_request:
|
#pull_request:
|
||||||
#branches: [master]
|
#branches: [master]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
myEvent:
|
myEvent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -40,7 +36,6 @@ jobs:
|
||||||
"description": "Staging tests passed",
|
"description": "Staging tests passed",
|
||||||
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
}'
|
}'
|
||||||
|
|
||||||
curl \
|
curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
|
Loading…
Reference in a new issue