Skip to content

#0: Call all-post-commit on comment #4

#0: Call all-post-commit on comment

#0: Call all-post-commit on comment #4

Workflow file for this run

name: "All post-commit tests via comment"
on:
issue_comment:
types: [created]
jobs:
test:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test')
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: |
echo "Testing..."
ls