diff --git a/.github/workflows/test-comment.yaml b/.github/workflows/test-comment.yaml index 9578f173e2f..6d8a231c458 100644 --- a/.github/workflows/test-comment.yaml +++ b/.github/workflows/test-comment.yaml @@ -11,9 +11,14 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test run: | echo "Testing..." ls + trigger-tests: + if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') + uses: ./.github/workflows/all-post-commit-workflows.yaml + build-type: Release + secrets: inherit