Skip to content

Commit

Permalink
Update run_canary.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura authored Aug 25, 2024
1 parent eaa33a4 commit 8226fa4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run_canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ on:
- master

jobs:
test:
uses: kaltura/playkit-js-common/.github/workflows/cypress.yml@master
secrets: inherit

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'
tests-yarn-run-to-execute: 'build'
node-version: "18.x"

0 comments on commit 8226fa4

Please sign in to comment.