Skip to content

Superslow tests

Superslow tests #219

name: Superslow tests
on:
# Run manually.
workflow_dispatch:
schedule:
# Run this everyday even if there are no commits.
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run_superslow_tests:

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

View workflow run for this annotation

GitHub Actions / Superslow tests

Invalid workflow file

The workflow is not valid. .github/workflows/superslow_tests.yml (Line: 12, Col: 3): Error calling workflow 'causify-ai/helpers/.github/workflows/common_run_tests.yml@master'. The workflow is requesting 'statuses: write, id-token: write', but is only allowed 'statuses: none, id-token: none'.
uses: causify-ai/helpers/.github/workflows/common_run_tests.yml@master
with:
test-name: run_superslow_tests
secrets: inherit