Switch for GPU breaking for this one #1761
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
| name: CI | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| schedule: | |
| # At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru) | |
| - cron: "0 0 1/7 * *" | |
| jobs: | |
| CI: | |
| uses: ./.github/workflows/merge-gate.yml | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| Metrics: | |
| needs: [ CI ] | |
| uses: ./.github/workflows/report.yml | |
| secrets: inherit | |
| permissions: | |
| contents: read |