Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit c1f1979

Browse files
trzysiektrzysiekmieciu
authored
Alias /run-it -> /run-integration-tests (#1372)
The lazy of the world, unite! πŸ˜‰ Talked to @mieciu, the author, and he didn't mind. --------- Co-authored-by: trzysiek <[email protected]> Co-authored-by: przemyslaw <[email protected]>
1 parent e75fda2 commit c1f1979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/PULL_REQUEST_TEMPLATE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<!-- A note on testing your PR -->
33
<!-- Basic unit test run is executed against each commit in the PR.
44
If you want to run a full integration test suite, you can trigger it by commenting
5-
with '/run-integration-tests' -->
5+
with '/run-integration-tests' or '/run-it' -->

β€Ž.github/workflows/integration-tests.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
check-comment:
2121
runs-on: ubuntu-latest
22-
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/run-integration-tests' }}
22+
if: ${{ github.event.issue.pull_request && (github.event.comment.body == '/run-integration-tests' || github.event.comment.body == '/run-it') }}
2323
outputs:
2424
ref: ${{ steps.get-pr-ref.outputs.ref }}
2525
steps:

0 commit comments

Comments
Β (0)