Skip to content

Commit

Permalink
ci: separate test suite commands in pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 14, 2024
1 parent 5308ecb commit 4eb90b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
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 sign-commits=true
```
Expand Down

0 comments on commit 4eb90b7

Please sign in to comment.