Skip to content

Run Tests - Staging #1122

Run Tests - Staging

Run Tests - Staging #1122

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

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

View workflow run for this annotation

GitHub Actions / Run Tests - Staging

Invalid workflow file

The workflow is not valid. .github/workflows/run_tests_staging.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: "staging"
CLARIFAI_GRPC_BASE: "api-staging.clarifai.com"
secrets: inherit