Skip to content

Canary

Canary #14

Workflow file for this run

## Canary CI/CD
name: Canary
run-name: Canary
on:
push:
branches:
- master
jobs:
canary:
if: ${{ github.actor != 'PlaykitJs-Bot' }}
uses: kaltura/playkit-js-common/.github/workflows/canary_plugin.yaml@master
secrets: inherit
with:
schema-type: "playerV3Versions"
tests-yarn-run-to-execute: 'build eslint flow test'