Skip to content

Commit 0436626

Browse files
authored
[CI] Upd paths-ignore for renamed workflow (#20458)
`trivy.yml` was renamed to `sycl-trivy.yml`. Also ignore changes to `sycl-coverity.yml`.
1 parent d9b18a2 commit 0436626

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ on:
2323
- '.github/workflows/sycl-nightly.yml'
2424
- '.github/workflows/sycl-rel-nightly.yml'
2525
- '.github/workflows/sycl-rel-nightly-launch.yml'
26-
- '.github/workflows/trivy.yml'
26+
- '.github/workflows/sycl-trivy.yml'
27+
- '.github/workflows/sycl-coverity.yml'
2728
- 'devops/containers/**'
2829
- 'devops/actions/build_container/**'
2930
- 'unified-runtime/examples/**'

.github/workflows/sycl-windows-precommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ on:
2222
- '.github/workflows/sycl-nightly.yml'
2323
- '.github/workflows/sycl-rel-nightly.yml'
2424
- '.github/workflows/sycl-rel-nightly-launch.yml'
25-
- '.github/workflows/trivy.yml'
25+
- '.github/workflows/sycl-trivy.yml'
26+
- '.github/workflows/sycl-coverity.yml'
2627
- 'devops/containers/**'
2728
- 'devops/actions/build_container/**'
2829
- 'devops/compat_ci_exclude.sycl-rel-6_2'

0 commit comments

Comments
 (0)