Skip to content

Run Tests - Prod

Run Tests - Prod #1105

name: Run Tests - Prod
on:
workflow_dispatch:
schedule:
- cron: '0 6,18 * * *'
permissions:
contents: read
jobs:
sdk-python-tests-prod:

Check failure on line 12 in .github/workflows/run_tests_prod.yml

View workflow run for this annotation

GitHub Actions / Run Tests - Prod

Invalid workflow file

The workflow is not valid. .github/workflows/run_tests_prod.yml (Line: 12, Col: 3): Error calling workflow 'Clarifai/clarifai-python/.github/workflows/run_tests.yml@master'. The nested job 'coverage-comment' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: Clarifai/clarifai-python/.github/workflows/run_tests.yml@master
with:
PERIODIC_CHECKS: "true"
CLARIFAI_ENV: "prod"
CLARIFAI_GRPC_BASE: "api.clarifai.com"
secrets: inherit