Skip to content

Commit

Permalink
[CI] Avoid duplicate run for pulldown PR (intel#11032)
Browse files Browse the repository at this point in the history
for LLVM and SPIRV pulldown PR like
intel#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`.
  • Loading branch information
jsji authored Aug 31, 2023
1 parent 71aca78 commit a8ab2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sycl_post_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- sycl
- sycl-devops-pr/**
- llvmspirv_pulldown

pull_request:
branches:
Expand Down

0 comments on commit a8ab2bb

Please sign in to comment.