Skip to content

Commit 19784e3

Browse files
committed
Configure which CI jobs should be triggered by osv-scanner.toml changes
1 parent 16cb865 commit 19784e3

5 files changed

+5
-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:

.github/workflows/verify-locked-down-signatures.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- building/linux-container-image.txt
2626
- building/android-container-image.txt
2727
- building/sigstore/**
28+
- '**/osv-scanner.toml'
2829
jobs:
2930
verify-signatures:
3031
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)