Skip to content

Commit 6c1125f

Browse files
[CI] Change trigger events for post commit task (#9950)
1) Don't run in pre-commit to enhance security 2) Run automatically when on a push to a branch starting with "test-devops-pr" to enable testing for CI-related changes
1 parent 35465da commit 6c1125f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ on:
44
push:
55
branches:
66
- sycl
7-
pull_request:
8-
branches:
9-
- sycl
10-
paths:
11-
- .github/workflows/sycl_post_commit.yml
12-
- .github/workflows/sycl_gen_test_matrix.yml
13-
- .github/workflows/sycl_linux_build_and_test.yml
14-
- .github/workflows/sycl_windows_build_and_test.yml
15-
- .github/workflows/sycl_macos_build_and_test.yml
16-
workflow_dispatch:
7+
- test-devops-pr/**
178

189
jobs:
1910
# This job generates matrix of tests for SYCL End-to-End tests

0 commit comments

Comments
 (0)