Skip to content

test: dummy PR

test: dummy PR #7

Workflow file for this run

name: Custom trigger test
on:
issue_comment:
types: [created]
jobs:
test:
if: github.event.issue.pull_request && github.event.comment.body == '/test'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test step
run: echo "This is a test"