Skip to content

test1

test1 #21

Workflow file for this run

name: check
on:
pull_request:
types: [opened]
branches: [ '*' ]
push:
branches: [ '*' ]
issue_comment:
types: [created]
jobs:
check-echo:
runs-on: ubuntu-latest
steps:
- run: echo "release job"
check-ct:
runs-on: ubuntu-latest
steps:
- uses: khan/[email protected]
id: check
with:
trigger: '@check'
reaction: rocket
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- run: echo "Run tests!"
if: steps.check.outputs.triggered == 'true'