Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-28 08:18:38 -06:00 committed by GitHub
parent 826627c07c
commit 6e629db75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,10 @@
name: Repository Dispatch
on:
check_suite:
types: [completed]
# repository_dispatch:
# types: [my-event]
repository_dispatch:
types: [my-event]
#pull_request:
#branches: [master]
jobs:
myEvent:
runs-on: ubuntu-latest
@ -40,7 +36,6 @@ jobs:
"description": "Staging tests passed",
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}'
curl \
-X POST \
-H "Accept: application/vnd.github+json" \