Skip to content

Commit a8ab2bb

Browse files
authored
[CI] Avoid duplicate run for pulldown PR (#11032)
for LLVM and SPIRV pulldown PR like #11031 We are running duplicate post-commit tests, one triggered on `push`, the other triggered on `pull request`. This is to remove the branch from `push` trigger, and only do the test on `pull request`.
1 parent 71aca78 commit a8ab2bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- sycl
77
- sycl-devops-pr/**
8-
- llvmspirv_pulldown
98

109
pull_request:
1110
branches:

0 commit comments

Comments
 (0)