From d78bc83faa3755455a96dacb52e7550905b0ab64 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 14 Nov 2024 11:53:58 -0800 Subject: [PATCH 1/5] might work Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-post-commit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 1abd497a9c97c..43ca83d355406 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -10,7 +10,6 @@ on: pull_request: branches: - sycl - - sycl-devops-pr/** paths: - .github/workflows/sycl-post-commit.yml - .github/workflows/sycl-linux-build.yml From 202d4465b74edb1f58c0efa89614537efccfcdeb Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 14 Nov 2024 12:01:36 -0800 Subject: [PATCH 2/5] test Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-post-commit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 43ca83d355406..37463bed1bd95 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -9,7 +9,9 @@ on: pull_request: branches: - - sycl + - sycl + branches-ignore: + - sycl-devops-pr/** paths: - .github/workflows/sycl-post-commit.yml - .github/workflows/sycl-linux-build.yml From a6b5b6e6d696ff76a03956efc2fced34b3318fdb Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 14 Nov 2024 12:03:56 -0800 Subject: [PATCH 3/5] test Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-post-commit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 37463bed1bd95..0d5d3763abc15 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -10,8 +10,7 @@ on: pull_request: branches: - sycl - branches-ignore: - - sycl-devops-pr/** + - !sycl-devops-pr/** paths: - .github/workflows/sycl-post-commit.yml - .github/workflows/sycl-linux-build.yml From a9ce84b79745a12fbbac8db5102a03950bebe084 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 14 Nov 2024 12:05:24 -0800 Subject: [PATCH 4/5] test Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 0d5d3763abc15..9da18370a501f 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -10,7 +10,7 @@ on: pull_request: branches: - sycl - - !sycl-devops-pr/** + - '!sycl-devops-pr/**' paths: - .github/workflows/sycl-post-commit.yml - .github/workflows/sycl-linux-build.yml From a43985f54f2bc99253c0d1a5ad90fc322c255099 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 14 Nov 2024 12:14:59 -0800 Subject: [PATCH 5/5] w Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-post-commit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 9da18370a501f..8b69368a5919f 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -3,13 +3,13 @@ name: SYCL Post Commit on: push: branches: - - sycl - - sycl-devops-pr/** - - sycl-rel-** + - 'sycl' + - 'sycl-devops-pr/**' + - 'sycl-rel-**' pull_request: branches: - - sycl + - 'sycl' - '!sycl-devops-pr/**' paths: - .github/workflows/sycl-post-commit.yml