diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 1abd497a9c97c..1f9fc0448c0ee 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -21,7 +21,7 @@ on: concurrency: # Cancel a currently running workflow from the same PR or commit hash. - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} + group: "${{ github.actor }}-${{ github.head_ref || github.ref_name }}" cancel-in-progress: true permissions: read-all diff --git a/sycl/test-e2e/lit.cfg.py b/sycl/test-e2e/lit.cfg.py index ee91220fd3be3..485e5691e449f 100644 --- a/sycl/test-e2e/lit.cfg.py +++ b/sycl/test-e2e/lit.cfg.py @@ -28,7 +28,7 @@ config.test_source_root = os.path.dirname(__file__) # test_exec_root: The root path where tests should be run. -config.test_exec_root = config.sycl_obj_root +config.test_exec_root = config.sycl_obj_root # allow expanding substitutions that are based on other substitutions config.recursiveExpansionLimit = 10