diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index b067f6f8822d8..cd52afb5e8257 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -22,7 +22,7 @@ on: - ./devops/dependencies-igc-dev.json concurrency: - # Cancel a currently running workflow from the same PR or commit hash. + # Cancel a currently running workflow from the same PR or commit hash. group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true diff --git a/.github/workflows/sycl-windows-build.yml b/.github/workflows/sycl-windows-build.yml index 50a736c6ef067..2973ca8d55bd4 100644 --- a/.github/workflows/sycl-windows-build.yml +++ b/.github/workflows/sycl-windows-build.yml @@ -90,7 +90,7 @@ permissions: read-all jobs: build: name: Build + LIT - runs-on: [Windows, build] + runs-on: [Windows, build-test] environment: WindowsCILock outputs: build_conclusion: ${{ steps.build.conclusion }}