Skip to content

update CI sycl tag to nightly-2025-07-09 (UMF v1.0.0-rc1) #7426

update CI sycl tag to nightly-2025-07-09 (UMF v1.0.0-rc1)

update CI sycl tag to nightly-2025-07-09 (UMF v1.0.0-rc1) #7426

Workflow file for this run

# Run checks required for a PR to merge and verify if post-merge commit is valid.
# This workflow only call other workflows.
name: PR/push
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
packages: read
jobs:
CodeChecks:
uses: ./.github/workflows/reusable_checks.yml