mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Webhook to trigger event for CI on PR.
This commit is contained in:
parent
f3b7ddaf92
commit
65966ad776
12
.github/workflows/pub_staging_pr.yml
vendored
Normal file
12
.github/workflows/pub_staging_pr.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Tests
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
publish_event:
|
||||
runs-on: ubuntu-latest
|
||||
name: Publish staging pull request.
|
||||
steps:
|
||||
- run: |
|
||||
curl -X POST -H "Accept: application/vnd.github.v3+json" \
|
||||
https://api.github.com/repos/awalsh128/cache-apt-pkgs-actions-ci/dispatches \
|
||||
-d '{"event_type":"staging_pull_request"}'
|
Loading…
Reference in a new issue