[DEBUG CI] Nightly CI #359
Workflow file for this run
This file contains hidden or 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
| # Various non-standard tests, requiring e.g. longer run | |
| name: Nightly | |
| # This job is run at 00:00 UTC every day or on demand. | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'dependabot/**' | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| L0: | |
| uses: ./.github/workflows/reusable_gpu.yml | |
| with: | |
| name: "LEVEL_ZERO" | |
| CUDA: | |
| uses: ./.github/workflows/reusable_gpu.yml | |
| with: | |
| name: "CUDA" |