Compat Check Docker - Lightning@latest #205
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compat Check Docker - Lightning@latest | |
on: | |
schedule: | |
- cron: "0 4 * * 1-5" # Run daily at 4am Mon-Fri | |
workflow_dispatch: | |
concurrency: | |
group: docker_linux_x86_64-latest | |
cancel-in-progress: true | |
jobs: | |
docker_linux_x86_64_latest: | |
name: Docker latest - Linux::x86_64 | |
uses: ./.github/workflows/docker_linux_x86_64.yml | |
with: | |
lightning-version: master | |
pennylane-version: master | |
push-to-dockerhub: false | |
secrets: inherit # pass all secrets |