update CI sycl tag to nightly-2025-07-09 (UMF v1.0.0-rc1) #792
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 | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'dependabot/**' | |
| pull_request: | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| env: | |
| BUILD_DIR : "${{github.workspace}}/build" | |
| INSTALL_DIR: "${{github.workspace}}/build/install" | |
| jobs: | |
| SYCL: | |
| uses: ./.github/workflows/reusable_sycl.yml |