Skip to content

Commit

Permalink
feat(FEC-13390): add canary workflow that uses script from common (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin authored Oct 4, 2023
1 parent e68f0d7 commit d057f76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run_canary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 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'

0 comments on commit d057f76

Please sign in to comment.