Skip to content

ci: manual canary ci job #2

ci: manual canary ci job

ci: manual canary ci job #2

Workflow file for this run

name: Canary CI
on:
issue_comment:
types: [created]
jobs:
canary-ci:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/canary-ci run') }}
steps:
- uses: .github/workflows/e2e.yml
with:
react_version: 'canary'