ci: separate test suite commands in pr comment

This commit is contained in:
Peter Evans 2024-08-14 14:00:39 -07:00 committed by GitHub
parent 5308ecb864
commit 4eb90b7bc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,8 @@ jobs:
Full test suite slash command (repository admin only) Full test suite slash command (repository admin only)
``` ```
/test repository=${{ github.event.pull_request.head.repo.full_name }} ref=${{ github.event.pull_request.head.ref }} build=true /test repository=${{ github.event.pull_request.head.repo.full_name }} ref=${{ github.event.pull_request.head.ref }} build=true
```
```
/test repository=${{ github.event.pull_request.head.repo.full_name }} ref=${{ github.event.pull_request.head.ref }} build=true sign-commits=true /test repository=${{ github.event.pull_request.head.repo.full_name }} ref=${{ github.event.pull_request.head.ref }} build=true sign-commits=true
``` ```