Skip to content

Update ci-checks.yml #141

Update ci-checks.yml

Update ci-checks.yml #141

Workflow file for this run

---
name: CI Slow
on:
push:
branches-ignore:
- classic*
workflow_dispatch:
concurrency:
# Use github.run_id on main or develop branch (unlimited concurrency)
# Use github.ref otherwise, so that it's unique per branch or PR
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.ref }}
cancel-in-progress: false
jobs:
citestmode:
name: testmode ON
uses: ./.github/workflows/ci.yml

Check failure on line 19 in .github/workflows/cislowtestmode.yml

View workflow run for this annotation

GitHub Actions / CI Slow

Invalid workflow file

error parsing called workflow ".github/workflows/cislowtestmode.yml" -> "./.github/workflows/ci.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
testmode: ON
secrets: inherit