Skip to content

.github/workflows/compat-check-release-release.yml #205

.github/workflows/compat-check-release-release.yml

.github/workflows/compat-check-release-release.yml #205

name: Compat Check w/PL - release/release
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * 0-6" # Run daily at 5am UTC everyday
jobs:
tests_lgpu_python:
name: Lightning Compatibility test (tests_lgpu_python) - release/release
uses: ./.github/workflows/tests_lgpu_python.yml

Check failure on line 11 in .github/workflows/compat-check-release-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compat-check-release-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/compat-check-release-release.yml" -> "./.github/workflows/tests_lgpu_python.yml" : failed to fetch workflow: workflow was not found.
with:
lightning-version: release
pennylane-version: release
secrets: inherit
tests_lgpumpi_python:
name: Lightning Compatibility test (tests_lgpumpi_python) - release/release
uses: ./.github/workflows/tests_lgpumpi_python.yml
with:
lightning-version: release
pennylane-version: release
secrets: inherit
tests_lqcpu_python:
name: Lightning Compatibility test (tests_lqcpu_python) - release/release
uses: ./.github/workflows/tests_lqcpu_python.yml
with:
lightning-version: release
pennylane-version: release
secrets: inherit
tests_lkcpu_python:
name: Lightning Compatibility test (tests_lkcpu_python) - release/release
uses: ./.github/workflows/tests_lkcpu_python.yml
with:
lightning-version: release
pennylane-version: release
secrets: inherit
tests_lkcuda_python:
name: Lightning Compatibility test (tests_lkcuda_python) - release/release
uses: ./.github/workflows/tests_lkcuda_python.yml
with:
lightning-version: release
pennylane-version: release
secrets: inherit
tests_without_binary:
name: Lightning Compatibility test (tests_without_binary) - release/release
uses: ./.github/workflows/tests_without_binary.yml
with:
lightning-version: release
pennylane-version: release
secrets: inherit