Skip to content

Commit 8a022b0

Browse files
committed
Configure which CI jobs should be triggered by osv-scanner.toml changes
1 parent 8b20d01 commit 8a022b0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/android-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- '!scripts/**'
1818
- '!windows/**'
1919
- '!**/**.md'
20+
- '!**/osv-scanner.toml'
2021
schedule:
2122
# At 06:20 UTC every day.
2223
# Notifications for scheduled workflows are sent to the user who last modified the cron

.github/workflows/daemon.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- '!prepare-release.sh'
2323
- '!rustfmt.toml'
2424
- '!.yamllint'
25+
- '!**/osv-scanner.toml'
2526

2627
workflow_dispatch:
2728
inputs:

.github/workflows/testframework.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- '!prepare-release.sh'
2424
- '!rustfmt.toml'
2525
- '!.yamllint'
26+
- '!**/osv-scanner.toml'
2627
workflow_dispatch:
2728
jobs:
2829
prepare-build-test-framework-linux:

.github/workflows/translations.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- android/lib/resource/src/**/plurals.xml
99
- android/lib/resource/src/**/strings.xml
1010
- gui/**
11+
- '!**/osv-scanner.toml'
1112
workflow_dispatch:
1213
jobs:
1314
check-translations:

0 commit comments

Comments
 (0)