diff --git a/.github/workflows/sycl_post_commit.yml b/.github/workflows/sycl_post_commit.yml index ff6f993640888..74a566b5f7c87 100644 --- a/.github/workflows/sycl_post_commit.yml +++ b/.github/workflows/sycl_post_commit.yml @@ -4,7 +4,7 @@ on: push: branches: - sycl - - test-devops-pr/** + - sycl-devops-pr/** jobs: # This job generates matrix of tests for SYCL End-to-End tests diff --git a/.github/workflows/sycl_precommit.yml b/.github/workflows/sycl_precommit.yml index 454901a939705..cfee424aa784d 100644 --- a/.github/workflows/sycl_precommit.yml +++ b/.github/workflows/sycl_precommit.yml @@ -4,6 +4,7 @@ on: pull_request_target: branches: - sycl + - sycl-devops-pr/** # Do not run builds if changes are only in the following locations paths-ignore: - '.github/ISSUE_TEMPLATE/**'