chore(ci): automaticaly trigger aws build on commit push in pr

This commit is contained in:
David Testé
2023-01-11 11:49:55 +01:00
committed by David Testé
parent ea5000aecb
commit be2a377aaf

20
.github/workflows/build_on_pr_push.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# Trigger an AWS build each time commits are pushed to a pull request.
name: PR AWS build trigger
on:
pull_request:
types:
- synchronize
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
allow-repeats: true
message: |
@slab-ci cpu-build
@slab-ci gpu-build